]> The Tcpdump Group git mirrors - tcpdump/blobdiff - vfprintf.c
don't pass on src & dst MAC adresses to the isoclns decoder as MAC adresses
[tcpdump] / vfprintf.c
index 394b23072c73da3a01ebb312eff0593e237e1ecf..7bd3329abbe4d46c5b758e0a376357e760ceafe4 100644 (file)
@@ -21,7 +21,7 @@
 
 #ifndef lint
 static const char rcsid[] =
-    "@(#) $Header: /tcpdump/master/tcpdump/vfprintf.c,v 1.3 1999-11-21 09:37:05 fenner Exp $ (LBL)";
+    "@(#) $Header: /tcpdump/master/tcpdump/vfprintf.c,v 1.4 2000-07-01 03:39:12 assar Exp $ (LBL)";
 #endif
 
 #ifdef HAVE_CONFIG_H
@@ -31,11 +31,7 @@ static const char rcsid[] =
 #include <sys/types.h>
 
 #include <stdio.h>
-#if __STDC__
 #include <stdarg.h>
-#else
-#include <varargs.h>
-#endif
 #include <stdlib.h>
 #include <unistd.h>