diff options
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/tcpdump/print-ppp.c | 7 | ||||
-rw-r--r-- | usr.sbin/tcpdump/print-stp.c | 5 |
2 files changed, 3 insertions, 9 deletions
diff --git a/usr.sbin/tcpdump/print-ppp.c b/usr.sbin/tcpdump/print-ppp.c index adb416aa3de..743de314c87 100644 --- a/usr.sbin/tcpdump/print-ppp.c +++ b/usr.sbin/tcpdump/print-ppp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: print-ppp.c,v 1.16 2005/10/08 19:45:15 canacar Exp $ */ +/* $OpenBSD: print-ppp.c,v 1.17 2007/06/04 15:10:12 henning Exp $ */ /* * Copyright (c) 1990, 1991, 1993, 1994, 1995, 1996, 1997 @@ -23,7 +23,7 @@ #ifndef lint static const char rcsid[] = - "@(#) $Header: /cvs/OpenBSD/src/usr.sbin/tcpdump/print-ppp.c,v 1.16 2005/10/08 19:45:15 canacar Exp $ (LBL)"; + "@(#) $Header: /cvs/OpenBSD/src/usr.sbin/tcpdump/print-ppp.c,v 1.17 2007/06/04 15:10:12 henning Exp $ (LBL)"; #endif #ifdef PPP @@ -41,9 +41,6 @@ struct rtentry; #include <netinet/in_systm.h> #include <netinet/ip.h> -#include <netipx/ipx.h> -#include <netipx/ipx_if.h> - #include <ctype.h> #include <netdb.h> #include <pcap.h> diff --git a/usr.sbin/tcpdump/print-stp.c b/usr.sbin/tcpdump/print-stp.c index e4ba7dcf255..20ba4827301 100644 --- a/usr.sbin/tcpdump/print-stp.c +++ b/usr.sbin/tcpdump/print-stp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: print-stp.c,v 1.6 2006/11/21 12:43:56 reyk Exp $ */ +/* $OpenBSD: print-stp.c,v 1.7 2007/06/04 15:10:12 henning Exp $ */ /* * Copyright (c) 2000 Jason L. Wright (jason@thought.net) @@ -44,9 +44,6 @@ struct rtentry; #include <netinet/in_systm.h> #include <netinet/ip.h> -#include <netipx/ipx.h> -#include <netipx/ipx_if.h> - #include <ctype.h> #include <netdb.h> #include <pcap.h> |