Bugzilla – Attachment 308 Details for
Bug 336
ssh does not compile on Linux with libc5 and 2.0 kernel
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Add check for CMSG_FIRSTHDR to configure
openssh-linux_firsthdr.patch (text/plain), 697 bytes, created by
Darren Tucker
on 2003-05-21 10:53:23 AEST
(
hide
)
Description:
Add check for CMSG_FIRSTHDR to configure
Filename:
MIME Type:
Creator:
Darren Tucker
Created:
2003-05-21 10:53:23 AEST
Size:
697 bytes
patch
obsolete
>Index: configure.ac >=================================================================== >RCS file: /cvs/openssh/configure.ac,v >retrieving revision 1.123 >diff -u -r1.123 configure.ac >--- configure.ac 19 May 2003 23:24:42 -0000 1.123 >+++ configure.ac 21 May 2003 00:45:27 -0000 >@@ -1703,6 +1703,7 @@ > AC_DEFINE(HAVE_ACCRIGHTS_IN_MSGHDR) > fi > >+dnl also check that required CMSG_* macros are defined > AC_CACHE_CHECK([for msg_control field in struct msghdr], > ac_cv_have_control_in_msghdr, [ > AC_TRY_RUN( >@@ -1711,7 +1712,7 @@ > #include <sys/socket.h> > #include <sys/uio.h> > int main() { >-#ifdef msg_control >+#if defined(msg_control) || !defined(CMSG_FIRSTHDR) > exit(1); > #endif > struct msghdr m;
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 336
:
308
|
344
|
365