diff options
author | eivind <eivind@FreeBSD.org> | 1997-12-15 20:31:25 +0000 |
---|---|---|
committer | eivind <eivind@FreeBSD.org> | 1997-12-15 20:31:25 +0000 |
commit | 3452c23db8bec7afb3a4bc3b82801c3d659e2e55 (patch) | |
tree | b28bf5a6d5fe5f4fac13c8f346dd64244f8ed330 /sys/i386/isa/if_ie.c | |
parent | bf82710fe709ef5b3e943e0ec201b4ef5add73fa (diff) | |
download | FreeBSD-src-3452c23db8bec7afb3a4bc3b82801c3d659e2e55.zip FreeBSD-src-3452c23db8bec7afb3a4bc3b82801c3d659e2e55.tar.gz |
Throw options IPX, IPXIP and IPTUNNEL into opt_ipx.h.
The #ifdef IPXIP in netipx/ipx_if.h is OK (used from ipx_usrreq.c and
ifconfig.c only).
I also fixed a typo IPXTUNNEL -> IPTUNNEL (and #ifdef'ed out the code
inside, as it never could have compiled - doh.)
Diffstat (limited to 'sys/i386/isa/if_ie.c')
-rw-r--r-- | sys/i386/isa/if_ie.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/i386/isa/if_ie.c b/sys/i386/isa/if_ie.c index d60ce4c..daab501 100644 --- a/sys/i386/isa/if_ie.c +++ b/sys/i386/isa/if_ie.c @@ -47,7 +47,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: if_ie.c,v 1.46 1997/09/21 21:41:08 gibbs Exp $ + * $Id: if_ie.c,v 1.47 1997/10/15 10:09:24 joerg Exp $ */ /* @@ -108,6 +108,7 @@ iomem and and with 0xffff. #include "ie.h" #if NIE > 0 +#include "opt_ipx.h" #include <sys/param.h> #include <sys/systm.h> |