X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/63ac2af9fd4e7cfd86102224e243414477f5e0de..3ece7fe0f6601c846a38d4098e438ef720ddd108:/missing/strlcpy.c?ds=sidebyside diff --git a/missing/strlcpy.c b/missing/strlcpy.c index 76f58bbf..db94c7d2 100644 --- a/missing/strlcpy.c +++ b/missing/strlcpy.c @@ -30,15 +30,16 @@ #ifndef lint static const char rcsid[] = - "@(#) $Header: /tcpdump/master/tcpdump/missing/strlcpy.c,v 1.1 2000-01-19 05:34:19 itojun Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/tcpdump/missing/strlcpy.c,v 1.2 2002-08-01 08:53:40 risso Exp $ (LBL)"; #endif +#ifdef HAVE_CONFIG_H #include +#endif -#include -#include +#include -#include "interface.h" +#include /* * Copy src to string dst of size siz. At most siz-1 characters