net_if: give more details about the bug being fixed
authorEric Blake <eblake@redhat.com>
Thu, 6 Sep 2012 22:25:29 +0000 (16:25 -0600)
committerEric Blake <eblake@redhat.com>
Thu, 6 Sep 2012 22:25:29 +0000 (16:25 -0600)
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>
ChangeLog
doc/posix-headers/net_if.texi

index d9f6f89..282e060 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-09-06  Eric Blake  <eblake@redhat.com>
+
+       net_if: give more details about the bug being fixed
+       * doc/posix-headers/net_if.texi: Add clarification.
+
 2012-09-05  Eric Blake  <eblake@redhat.com>
 
        net_if: new module
index fa01b6e..a59669e 100644 (file)
@@ -8,8 +8,9 @@ Gnulib module: net_if
 Portability problems fixed by Gnulib:
 @itemize
 @item
-This header file is not self-contained on some platforms:
-FreeBSD 8.2, OpenBSD 5.1.
+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: