Bugzilla – Attachment 1378 Details for
Bug 1386
OpenSSH 4.7p1 compile error in atomicio.c under Tru64 4.0f
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
remove const for test purposes
openssh-atomicio-readv-const.patch (text/plain), 632 bytes, created by
Darren Tucker
on 2007-11-02 06:28:50 AEDT
(
hide
)
Description:
remove const for test purposes
Filename:
MIME Type:
Creator:
Darren Tucker
Created:
2007-11-02 06:28:50 AEDT
Size:
632 bytes
patch
obsolete
>Index: atomicio.c >=================================================================== >RCS file: /usr/local/src/security/openssh/cvs/openssh/atomicio.c,v >retrieving revision 1.37 >diff -u -p -r1.37 atomicio.c >--- atomicio.c 26 Sep 2007 21:00:09 -0000 1.37 >+++ atomicio.c 1 Nov 2007 19:25:58 -0000 >@@ -86,7 +86,7 @@ atomicio(ssize_t (*f) (int, void *, size > * ensure all of data on socket comes through. f==readv || f==writev > */ > size_t >-atomiciov(ssize_t (*f) (int, const struct iovec *, int), int fd, >+atomiciov(ssize_t (*f) (int, struct iovec *, int), int fd, > const struct iovec *_iov, int iovcnt) > { > size_t pos = 0, rem;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1386
:
1373
|
1374
|
1375
|
1376
|
1377
|
1378
|
1520
|
1532
|
1533
|
1534
|
1535
|
1545