net_if: give more details about the bug being fixed
[gnulib.git] / doc / posix-headers / net_if.texi
1 @node net/if.h
2 @section @file{net/if.h}
3
4 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/net_if.h.html}
5
6 Gnulib module: net_if
7
8 Portability problems fixed by Gnulib:
9 @itemize
10 @item
11 This header file is not self-contained on some platforms (needing
12 <sys/socket.h> to be included first):
13 FreeBSD 8.2, OpenBSD 5.2.
14 @end itemize
15
16 Portability problems not fixed by Gnulib:
17 @itemize
18 @item
19 This header file is missing on some platforms:
20 mingw, MSVC 9, Interix 3.5, BeOS.
21 @end itemize