diff options
author | hasso <hasso> | 2005-09-19 09:53:21 +0000 |
---|---|---|
committer | hasso <hasso> | 2005-09-19 09:53:21 +0000 |
commit | e6a4feb763749ff0c63558db456e617915fd1386 (patch) | |
tree | e348859f9ef281521ad13552e062ea6da44a2248 /lib/ChangeLog | |
parent | 96e30387f164148fe47da6d4481283a61d761c97 (diff) |
* configure.ac: Test existance of strndup.
* lib/str.[ch]: Add strndup() from glibc.
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r-- | lib/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 08d6278f..53e1eb22 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,7 @@ +2005-09-19 Hasso Tepper <hasso at quagga.net> + + * str.[ch]: Add strndup() from glibc. + 2005-09-05 Paul Jakma <paul.jakma@sun.com> * command.c: (install_element) be more robust. Eg, cmd_init |