summaryrefslogtreecommitdiffstats
path: root/sys/net/if_spppsubr.c
diff options
context:
space:
mode:
authoreivind <eivind@FreeBSD.org>1997-12-15 20:31:25 +0000
committereivind <eivind@FreeBSD.org>1997-12-15 20:31:25 +0000
commit3452c23db8bec7afb3a4bc3b82801c3d659e2e55 (patch)
treeb28bf5a6d5fe5f4fac13c8f346dd64244f8ed330 /sys/net/if_spppsubr.c
parentbf82710fe709ef5b3e943e0ec201b4ef5add73fa (diff)
downloadFreeBSD-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/net/if_spppsubr.c')
-rw-r--r--sys/net/if_spppsubr.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/net/if_spppsubr.c b/sys/net/if_spppsubr.c
index 29597d2..be5d4a5 100644
--- a/sys/net/if_spppsubr.c
+++ b/sys/net/if_spppsubr.c
@@ -17,9 +17,11 @@
*
* From: Version 2.4, Thu Apr 30 17:17:21 MSD 1997
*
- * $Id: if_spppsubr.c,v 1.26 1997/09/02 01:18:37 bde Exp $
+ * $Id: if_spppsubr.c,v 1.28 1997/10/11 11:25:28 joerg Exp $
*/
+#include "opt_ipx.h"
+
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>
OpenPOWER on IntegriCloud