X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/4d98413d6c4f814e0280c0602ff2e4f58455d7a3..dbddfda2c806a98b1fc8fd86cc3c34a4f9915d70:/missing/strlcpy.c diff --git a/missing/strlcpy.c b/missing/strlcpy.c index 793605d1..b0671ebd 100644 --- a/missing/strlcpy.c +++ b/missing/strlcpy.c @@ -28,11 +28,6 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifndef lint -static const char rcsid[] = - "@(#) $Header: /tcpdump/master/tcpdump/missing/strlcpy.c,v 1.3 2002-08-02 04:38:13 guy Exp $ (LBL)"; -#endif - #ifdef HAVE_CONFIG_H #include #endif @@ -41,6 +36,8 @@ static const char rcsid[] = #include +#include "interface.h" + /* * Copy src to string dst of size siz. At most siz-1 characters * will be copied. Always NUL terminates (unless siz == 0).