Bugzilla – Attachment 1375 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]
Include sys/poll.h in atomicio.c
openssh-atomicio-poll_h.patch (text/plain), 482 bytes, created by
Darren Tucker
on 2007-11-01 03:56:50 AEDT
(
hide
)
Description:
Include sys/poll.h in atomicio.c
Filename:
MIME Type:
Creator:
Darren Tucker
Created:
2007-11-01 03:56:50 AEDT
Size:
482 bytes
patch
obsolete
>Index: atomicio.c >=================================================================== >RCS file: /cvs/openssh/atomicio.c,v >retrieving revision 1.36 >retrieving revision 1.37 >diff -u -r1.36 -r1.37 >--- atomicio.c 21 Sep 2007 03:12:49 -0000 1.36 >+++ atomicio.c 26 Sep 2007 21:00:09 -0000 1.37 >@@ -34,6 +34,10 @@ > #include <errno.h> > #ifdef HAVE_POLL_H > #include <poll.h> >+#else >+# ifdef HAVE_SYS_POLL_H >+# include <sys/poll.h> >+# endif > #endif > #include <string.h> > #include <unistd.h>
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