From: Eric Blake Date: Thu, 6 Sep 2012 22:25:29 +0000 (-0600) Subject: net_if: give more details about the bug being fixed X-Git-Tag: v0.1~450 X-Git-Url: http://erislabs.net/gitweb/?p=gnulib.git;a=commitdiff_plain;h=d8d412ccd90c93b160825ed6de89ec309d4cdbba 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 (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 --- diff --git a/ChangeLog b/ChangeLog index d9f6f89f8..282e060f1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2012-09-06 Eric Blake + + net_if: give more details about the bug being fixed + * doc/posix-headers/net_if.texi: Add clarification. + 2012-09-05 Eric Blake net_if: new module diff --git a/doc/posix-headers/net_if.texi b/doc/posix-headers/net_if.texi index fa01b6e77..a59669ead 100644 --- a/doc/posix-headers/net_if.texi +++ b/doc/posix-headers/net_if.texi @@ -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 + to be included first): +FreeBSD 8.2, OpenBSD 5.2. @end itemize Portability problems not fixed by Gnulib: