X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/4d98413d6c4f814e0280c0602ff2e4f58455d7a3..refs/heads/tcpdump-4.1:/missing/strlcpy.c diff --git a/missing/strlcpy.c b/missing/strlcpy.c index 793605d1..a92e4d13 100644 --- a/missing/strlcpy.c +++ b/missing/strlcpy.c @@ -29,8 +29,8 @@ */ #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)"; +static const char rcsid[] _U_ = + "@(#) $Header: /tcpdump/master/tcpdump/missing/strlcpy.c,v 1.5 2003-11-16 09:36:52 guy Exp $ (LBL)"; #endif #ifdef HAVE_CONFIG_H