]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-dhcp6.c
Get rid of unneeded incomplete definitions of "struct mbuf" and "struct
[tcpdump] / print-dhcp6.c
index 7a3e4eea6d9c4007f1dc4eb7b669038d7fb8d9f9..2a570ff19fabbed2de433c9ca49fd6b5cbd69826 100644 (file)
@@ -32,7 +32,7 @@
 
 #ifndef lint
 static const char rcsid[] =
-    "@(#) $Header: /tcpdump/master/tcpdump/print-dhcp6.c,v 1.16 2002-01-19 08:05:54 guy Exp $";
+    "@(#) $Header: /tcpdump/master/tcpdump/print-dhcp6.c,v 1.17 2002-06-01 23:50:30 guy Exp $";
 #endif
 
 #ifdef HAVE_CONFIG_H
@@ -43,9 +43,6 @@ static const char rcsid[] =
 #include <sys/time.h>
 #include <sys/socket.h>
 
-struct mbuf;
-struct rtentry;
-
 #include <netinet/in.h>
 
 #include <ctype.h>