]> git.puffer.fish Git - matthieu/frr.git/commit
2005-04-02 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
authorajs <ajs>
Sat, 2 Apr 2005 16:01:05 +0000 (16:01 +0000)
committerajs <ajs>
Sat, 2 Apr 2005 16:01:05 +0000 (16:01 +0000)
commit3cb98dee9067372756964f461eb2c931a1c75138
tree726827878765c01c45e5be08b909974ae54ce79f
parent47004ec501bd70d558c11af05d8bacd66a8c7c25
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.
ChangeLog
configure.ac
lib/ChangeLog
lib/str.c
lib/str.h
lib/zebra.h