diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2007-06-04 15:10:13 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2007-06-04 15:10:13 +0000 |
commit | f5562576c7e4e291a4704ac5f509975f9d50da06 (patch) | |
tree | 2baf12e6cdb1629f50f26275b99feb6da0ea6036 /usr.sbin/tcpdump/print-stp.c | |
parent | 2ac7283595b11dbfe7cafdb7ff71d265196797d2 (diff) |
do not inlcude ipx headers
Diffstat (limited to 'usr.sbin/tcpdump/print-stp.c')
-rw-r--r-- | usr.sbin/tcpdump/print-stp.c | 5 |
1 files changed, 1 insertions, 4 deletions
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> |