X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/a0fe532816ce1350088a7aa922ff124ae379508b..refs/heads/tcpdump-3.9:/missing/snprintf.c diff --git a/missing/snprintf.c b/missing/snprintf.c index 8e5994c4..79329977 100644 --- a/missing/snprintf.c +++ b/missing/snprintf.c @@ -31,15 +31,15 @@ * SUCH DAMAGE. */ -/* $Id: snprintf.c,v 1.6 2002-06-11 17:13:39 itojun Exp $ */ +/* $Id: snprintf.c,v 1.8 2003-11-16 09:36:51 guy Exp $ */ #ifdef HAVE_CONFIG_H #include #endif #ifndef lint -static const char rcsid[] = - "@(#) $Header: /tcpdump/master/tcpdump/missing/snprintf.c,v 1.6 2002-06-11 17:13:39 itojun Exp $"; +static const char rcsid[] _U_ = + "@(#) $Header: /tcpdump/master/tcpdump/missing/snprintf.c,v 1.8 2003-11-16 09:36:51 guy Exp $"; #endif #include