]> The Tcpdump Group git mirrors - tcpdump/blobdiff - vfprintf.c
add tracefiles for infinite loop testing
[tcpdump] / vfprintf.c
index 0eb56448ccd8d87268c88dccd58168fbfaae3a2d..d22753afc5a88b23b63c781ec064505851d2a98b 100644 (file)
  * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  */
 
+#ifndef lint
+static const char rcsid[] _U_ =
+    "@(#) $Header: /tcpdump/master/tcpdump/vfprintf.c,v 1.4.8.2 2003-11-16 08:51:58 guy Exp $ (LBL)";
+#endif
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 
 #include "interface.h"
 
-#ifndef lint
-static const char rcsid[] _U_ =
-    "@(#) $Header: /tcpdump/master/tcpdump/vfprintf.c,v 1.4.8.1 2003-11-15 22:29:20 guy Exp $ (LBL)";
-#endif
 /*
  * Stock 4.3 doesn't have vfprintf.
  * This routine is due to Chris Torek.