diff options
author | 2007-06-06 09:43:44 +0000 | |
---|---|---|
committer | 2007-06-06 09:43:44 +0000 | |
commit | 369ca12aa8fb1b17e3f1f19c9c0b7fad944f9cf5 (patch) | |
tree | 6c114e53302a0b1cc8aa30dc0a8d6deca4ae11d9 /sys | |
parent | reverse logic of if_exists so that if_exists(interface) is true if (diff) | |
download | wireguard-openbsd-369ca12aa8fb1b17e3f1f19c9c0b7fad944f9cf5.tar.xz wireguard-openbsd-369ca12aa8fb1b17e3f1f19c9c0b7fad944f9cf5.zip |
do not include ipx headers (were not needed in the first place)
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/ic/fxp.c | 7 | ||||
-rw-r--r-- | sys/dev/pcmcia/if_xe.c | 7 |
2 files changed, 2 insertions, 12 deletions
diff --git a/sys/dev/ic/fxp.c b/sys/dev/ic/fxp.c index aa456a14c7c..66417a23a13 100644 --- a/sys/dev/ic/fxp.c +++ b/sys/dev/ic/fxp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fxp.c,v 1.86 2007/05/08 20:33:07 deraadt Exp $ */ +/* $OpenBSD: fxp.c,v 1.87 2007/06/06 09:43:44 henning Exp $ */ /* $NetBSD: if_fxp.c,v 1.2 1997/06/05 02:01:55 thorpej Exp $ */ /* @@ -60,11 +60,6 @@ #include <netinet/ip.h> #endif -#ifdef IPX -#include <netipx/ipx.h> -#include <netipx/ipx_if.h> -#endif - #if NBPFILTER > 0 #include <net/bpf.h> #endif diff --git a/sys/dev/pcmcia/if_xe.c b/sys/dev/pcmcia/if_xe.c index ab00415a002..82e1ad3b958 100644 --- a/sys/dev/pcmcia/if_xe.c +++ b/sys/dev/pcmcia/if_xe.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_xe.c,v 1.32 2006/03/25 22:41:46 djm Exp $ */ +/* $OpenBSD: if_xe.c,v 1.33 2007/06/06 09:43:44 henning Exp $ */ /* * Copyright (c) 1999 Niklas Hallqvist, Brandon Creighton, Job de Haas @@ -69,11 +69,6 @@ #include <netinet/if_ether.h> #endif -#ifdef IPX -#include <netipx/ipx.h> -#include <netipx/ipx_if.h> -#endif - #if NBPFILTER > 0 #include <net/bpf.h> #endif |