diff options
author | ajs <ajs> | 2005-04-02 16:01:05 +0000 |
---|---|---|
committer | ajs <ajs> | 2005-04-02 16:01:05 +0000 |
commit | 3cb98dee9067372756964f461eb2c931a1c75138 (patch) | |
tree | 726827878765c01c45e5be08b909974ae54ce79f /ChangeLog | |
parent | 47004ec501bd70d558c11af05d8bacd66a8c7c25 (diff) |
2005-04-02 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
* configure.ac: Add strnlen to AC_CHECK_FUNCS.
* zebra.h: Should include str.h to pick up missing functions.
* str.h: Declare strnlen if needed.
* str.c: Do not include str.h since zebra.h now includes it.
(strnlen) New function.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2005-04-02 Andrew J. Schorr <ajschorr@alumni.princeton.edu> + + * configure.ac: Add strnlen to AC_CHECK_FUNCS. + 2005-03-28 Hasso Tepper <hasso at quagga.net> * configure.ac, */Makefile.am: Fix previous commit. SNMP includes |