summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin Cernekee <cernekee@google.com>2015-02-11 15:22:56 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2015-02-11 15:47:45 -0800
commit14acd1e1a03ed90a4fc09f263edbbdc3ed712012 (patch)
treef54d31549308d5627c9b1d21b5ee507220bd3399 /ChangeLog
parentf1514e591d047866c1a8c25c27d8ab5614a681c5 (diff)
downloadgnulib-14acd1e1a03ed90a4fc09f263edbbdc3ed712012.tar.gz
net_if: Handle content-free <net/if.h> system headers
* m4/net_if_h.m4: Check to make sure <net/if.h> actually defines struct if_nameindex. If not, enable the replacement header.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9fc1f5621b..7edb727629 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -52,6 +52,10 @@
linkat_nofollow: Add fallback case for cross compiling
* m4/linkat.m4: Guess no for Darwin, yes otherwise.
+ net_if: Handle content-free <net/if.h> system headers
+ * m4/net_if_h.m4: Check to make sure <net/if.h> actually defines
+ struct if_nameindex. If not, enable the replacement header.
+
2015-02-08 Daiki Ueno <ueno@gnu.org>
uniname/unimame-tests: don't link with -lunistring