[Bug 2114] Android requires sys/socket.h to be included before sys/un.h.

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Sun Jun 2 09:21:40 EST 2013


https://bugzilla.mindrot.org/show_bug.cgi?id=2114

Darren Tucker <dtucker at zip.com.au> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dtucker at zip.com.au
             Blocks|                            |2076

--- Comment #1 from Darren Tucker <dtucker at zip.com.au> ---
(In reply to Nathan Osman from comment #0)
> I freely confess that this is one of the most bizarre things I have
> ever seen.

It's actually common on older platforms.  That header (plus some of the
netinet ones) neither include what they need nor protect themselves
from being included multiple times which makes them a pain to use. 
Autoconf never used to care, but a couple of years ago that warning was
added.

Added to the list.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.


More information about the openssh-bugs mailing list