]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-gre.c
Get rid of unneeded incomplete definitions of "struct mbuf" and "struct
[tcpdump] / print-gre.c
index 4accdfe0fe49d787b1cb014fada5e4e4d925ea68..aa05dc588bf1b3cf65d0657a544f91088279e0f3 100644 (file)
@@ -24,7 +24,7 @@
 
 #ifndef lint
 static const char rcsid[] =
-    "@(#) $Header: /tcpdump/master/tcpdump/print-gre.c,v 1.13 2001-06-15 22:17:31 fenner Exp $";
+    "@(#) $Header: /tcpdump/master/tcpdump/print-gre.c,v 1.14 2002-06-01 23:50:31 guy Exp $";
 #endif
 
 #ifdef HAVE_CONFIG_H
@@ -33,7 +33,6 @@ static const char rcsid[] =
 
 #include <sys/param.h>
 #include <sys/time.h>
-#include <sys/uio.h>
 #include <sys/socket.h>
 
 #include <netinet/in.h>