X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/3824a6c0417a551961d1a1bf4f94f10eff736afc..c91ffeae22ab1c7d6714f0935a51030d088a5f5c:/missing/snprintf.c diff --git a/missing/snprintf.c b/missing/snprintf.c index 4a6bf11d..21d235d2 100644 --- a/missing/snprintf.c +++ b/missing/snprintf.c @@ -31,13 +31,10 @@ * SUCH DAMAGE. */ -/* $Id: snprintf.c,v 1.7 2003-11-15 00:39:48 guy Exp $ */ - #ifdef HAVE_CONFIG_H #include #endif - #include #include #include @@ -47,10 +44,6 @@ #include -#ifndef lint -static const char rcsid[] _U_ = - "@(#) $Header: /tcpdump/master/tcpdump/missing/snprintf.c,v 1.7 2003-11-15 00:39:48 guy Exp $"; -#endif enum format_flags { minus_flag = 1, plus_flag = 2,