commit | 3cb98dee9067372756964f461eb2c931a1c75138 | [log] [tgz] |
---|---|---|
author | ajs <ajs> | Sat Apr 02 16:01:05 2005 +0000 |
committer | ajs <ajs> | Sat Apr 02 16:01:05 2005 +0000 |
tree | 726827878765c01c45e5be08b909974ae54ce79f | |
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.