X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/3824a6c0417a551961d1a1bf4f94f10eff736afc..4ce4b393d3f800eef8c04fcf8b13c9cdcb014b9c:/missing/strlcpy.c diff --git a/missing/strlcpy.c b/missing/strlcpy.c index dec09fe7..84a25f66 100644 --- a/missing/strlcpy.c +++ b/missing/strlcpy.c @@ -28,6 +28,10 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#ifndef lint +static const char rcsid[] _U_ = + "@(#) $Header: /tcpdump/master/tcpdump/missing/strlcpy.c,v 1.3.2.2 2003-11-16 08:52:03 guy Exp $ (LBL)"; +#endif #ifdef HAVE_CONFIG_H #include @@ -35,14 +39,6 @@ #include - -#include "interface.h" - -#ifndef lint -static const char rcsid[] _U_ = - "@(#) $Header: /tcpdump/master/tcpdump/missing/strlcpy.c,v 1.4 2003-11-15 00:39:48 guy Exp $ (LBL)"; -#endif - #include /*