diff options
Diffstat (limited to 'missing/snprintf.c')
-rw-r--r-- | missing/snprintf.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/missing/snprintf.c b/missing/snprintf.c index 8991f249648e9..9b63f8b1dcd0b 100644 --- a/missing/snprintf.c +++ b/missing/snprintf.c @@ -31,17 +31,10 @@ * SUCH DAMAGE. */ -/* $Id: snprintf.c,v 1.1 2004-04-05 22:43:51 guy Exp $ */ - #ifdef HAVE_CONFIG_H #include <config.h> #endif -#ifndef lint -static const char rcsid[] _U_ = - "@(#) $Header: /tcpdump/master/libpcap/missing/snprintf.c,v 1.1 2004-04-05 22:43:51 guy Exp $"; -#endif - #include <stdio.h> #include <stdarg.h> #include <stdlib.h> |