]> The Tcpdump Group git mirrors - tcpdump/blobdiff - vfprintf.c
Fix the pointer tests in the non-ndoified TTEST2() macro as well.
[tcpdump] / vfprintf.c
index b24c1293ea26c1bd332a352f77776905dd45e11a..6f3e15f71289a43f8018f740a41c793cf45f4f85 100644 (file)
@@ -19,7 +19,6 @@
  * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  */
 
-
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
 #include "interface.h"
 
-#ifndef lint
-static const char rcsid[] _U_ =
-    "@(#) $Header: /tcpdump/master/tcpdump/vfprintf.c,v 1.5 2003-11-15 00:39:46 guy Exp $ (LBL)";
-#endif
 /*
  * Stock 4.3 doesn't have vfprintf.
  * This routine is due to Chris Torek.