Bugzilla – Attachment 2290 Details for
Bug 2114
Android requires sys/socket.h to be included before sys/un.h.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Performs an explicit check for sys/un.h with the appropriate #includes.
openssh-include-sys-socket-before-un.patch (text/plain), 519 bytes, created by
Nathan Osman
on 2013-06-02 09:16:25 AEST
(
hide
)
Description:
Performs an explicit check for sys/un.h with the appropriate #includes.
Filename:
MIME Type:
Creator:
Nathan Osman
Created:
2013-06-02 09:16:25 AEST
Size:
519 bytes
patch
obsolete
>=== modified file 'configure.ac' >--- configure.ac 2013-06-01 07:14:32 +0000 >+++ configure.ac 2013-06-01 23:08:26 +0000 >@@ -343,7 +343,6 @@ > sys/sysmacros.h \ > sys/time.h \ > sys/timers.h \ >- sys/un.h \ > time.h \ > tmpdir.h \ > ttyent.h \ >@@ -381,6 +380,11 @@ > #include <sys/param.h> > ]) > >+# Android requires sys/socket.h to be included before sys/un.h >+AC_CHECK_HEADERS([sys/un.h], [], [], [ >+#include <sys/socket.h> >+]) >+ > # Messages for features tested for in target-specific section > SIA_MSG="no" > SPC_MSG="no" >
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 2114
: 2290