diff options
author | 2007-06-04 15:10:12 +0000 | |
---|---|---|
committer | 2007-06-04 15:10:12 +0000 | |
commit | 2b43b47c25bf67d029ab7434159d45800ca4203e (patch) | |
tree | 41f95482f8caee1824e6b9d27d11b7efc24b6192 | |
parent | bye bye ipx (diff) | |
download | wireguard-openbsd-2b43b47c25bf67d029ab7434159d45800ca4203e.tar.xz wireguard-openbsd-2b43b47c25bf67d029ab7434159d45800ca4203e.zip |
do not inlcude ipx headers
-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 d5e76ee62f9..7250e6016e9 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: /home/cvs/src/usr.sbin/tcpdump/print-ppp.c,v 1.16 2005/10/08 19:45:15 canacar Exp $ (LBL)"; + "@(#) $Header: /home/cvs/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> |