]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-lcp.c
Allow tcpdump to work with earlier libpcaps.
[tcpdump] / print-lcp.c
index 1d40273a87ff9370930c570cc46d87406cb29f2b..06346025bab0e5c27b31c14532d068e3f17133ec 100644 (file)
@@ -21,7 +21,7 @@
 
 #ifndef lint
 static const char rcsid[] =
-"@(#) $Header: /tcpdump/master/tcpdump/Attic/print-lcp.c,v 1.7 2000-09-23 08:03:38 guy Exp $ (LBL)";
+"@(#) $Header: /tcpdump/master/tcpdump/Attic/print-lcp.c,v 1.9 2000-10-06 04:23:12 guy Exp $ (LBL)";
 #endif
 
 #ifdef HAVE_CONFIG_H
@@ -32,10 +32,6 @@ static const char rcsid[] =
 #include <sys/time.h>
 #include <sys/socket.h>
 
-struct mbuf;
-struct rtentry;
-#include <net/if.h>
-
 #include <netinet/in.h>
 
 #include <stdio.h>