diff options
author | ajs <ajs> | 2005-04-08 16:42:03 +0000 |
---|---|---|
committer | ajs <ajs> | 2005-04-08 16:42:03 +0000 |
commit | d66a7b56634f88181dd2dd23706c30bf23366424 (patch) | |
tree | 42569fbc2de9016ad91db7669565e7b737ca3c11 /lib/ChangeLog | |
parent | 6811845b67999861388cf00d3ca0ee8471d29876 (diff) |
2005-04-08 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
* zebra.h: If GNU_LINUX is defined, then define _GNU_SOURCE. This
fixes a problem where we were not getting the declaration of strnlen
in <string.h>.
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r-- | lib/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 00b11a1a..86a3b856 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,9 @@ +2005-04-08 Andrew J. Schorr <ajschorr@alumni.princeton.edu> + + * zebra.h: If GNU_LINUX is defined, then define _GNU_SOURCE. This + fixes a problem where we were not getting the declaration of strnlen + in <string.h>. + 2005-04-08 Hasso Tepper <hasso at quagga.net> * routemap.[ch]: Added "description ..." command. |