]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-bootp.c
Get rid of unneeded incomplete definitions of "struct mbuf" and "struct
[tcpdump] / print-bootp.c
index 0d780df751f7c303bc87ebc4e0c9ef7e17851133..ac18ac08bd232cb25cf4890199495f7a960ed9bc 100644 (file)
@@ -22,7 +22,7 @@
  */
 #ifndef lint
 static const char rcsid[] =
-    "@(#) $Header: /tcpdump/master/tcpdump/print-bootp.c,v 1.61 2002-04-26 04:59:08 guy Exp $ (LBL)";
+    "@(#) $Header: /tcpdump/master/tcpdump/print-bootp.c,v 1.62 2002-06-01 23:50:30 guy Exp $ (LBL)";
 #endif
 
 #ifdef HAVE_CONFIG_H
@@ -33,9 +33,6 @@ static const char rcsid[] =
 #include <sys/time.h>
 #include <sys/socket.h>
 
-struct mbuf;
-struct rtentry;
-
 #include <netinet/in.h>
 
 #include <ctype.h>