1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-16 01:22:18 +03:00
Files
gnulib/doc/posix-headers/net_if.texi
Eric Blake d8d412ccd9 net_if: give more details about the bug being fixed
Jasper Lievisse Adriaanse reported that NetBSD 5.2 also has
the same bug.  Also, when writing configure tests that use
<net/if.h> (such as for 'struct ifreq'), it is useful to know
what pre-requisite headers are needed within that test.

* doc/posix-headers/net_if.texi: Add clarification.

Signed-off-by: Eric Blake <eblake@redhat.com>
2012-09-06 16:25:29 -06:00

22 lines
512 B
Plaintext

@node net/if.h
@section @file{net/if.h}
POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/net_if.h.html}
Gnulib module: net_if
Portability problems fixed by Gnulib:
@itemize
@item
This header file is not self-contained on some platforms (needing
<sys/socket.h> to be included first):
FreeBSD 8.2, OpenBSD 5.2.
@end itemize
Portability problems not fixed by Gnulib:
@itemize
@item
This header file is missing on some platforms:
mingw, MSVC 9, Interix 3.5, BeOS.
@end itemize