]> The Tcpdump Group git mirrors - tcpdump/blobdiff - missing/snprintf.c
From Gisle Vanem: give "tok2str()" 4 static buffers it can fill in, so
[tcpdump] / missing / snprintf.c
index 33cc4af9922be7a04f43339c046244d91539fac5..b112375d55425f64ec87a1810fb075b62f0b9dc5 100644 (file)
  * SUCH DAMAGE.
  */
 
-/* $Id: snprintf.c,v 1.6.2.1 2003-11-15 22:29:22 guy Exp $ */
+/* $Id: snprintf.c,v 1.6.2.2 2003-11-16 08:52:02 guy Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif
 
+#ifndef lint
+static const char rcsid[] _U_ =
+     "@(#) $Header: /tcpdump/master/tcpdump/missing/snprintf.c,v 1.6.2.2 2003-11-16 08:52:02 guy Exp $";
+#endif
 
 #include <stdio.h>
 #include <stdarg.h>
 
 #include <interface.h>
 
-#ifndef lint
-static const char rcsid[] _U_ =
-     "@(#) $Header: /tcpdump/master/tcpdump/missing/snprintf.c,v 1.6.2.1 2003-11-15 22:29:22 guy Exp $";
-#endif
 enum format_flags {
     minus_flag     =  1,
     plus_flag      =  2,