aboutsummaryrefslogtreecommitdiff
path: root/sys/netipx/ipx_proto.c
diff options
context:
space:
mode:
authorEivind Eklund <eivind@FreeBSD.org>1997-12-15 20:31:25 +0000
committerEivind Eklund <eivind@FreeBSD.org>1997-12-15 20:31:25 +0000
commit430df5f4b75085bc187ec0bc2b2b53182c8bf03b (patch)
tree4197204f07068246ab33fade0633734d0d7ec21d /sys/netipx/ipx_proto.c
parente525599ef1c213a866335e68edf3fc7bdd8d47f3 (diff)
downloadsrc-430df5f4b75085bc187ec0bc2b2b53182c8bf03b.tar.gz
src-430df5f4b75085bc187ec0bc2b2b53182c8bf03b.zip
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.)
Notes
Notes: svn path=/head/; revision=31742
Diffstat (limited to 'sys/netipx/ipx_proto.c')
-rw-r--r--sys/netipx/ipx_proto.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/netipx/ipx_proto.c b/sys/netipx/ipx_proto.c
index 2b87647d53d5..ce206878f266 100644
--- a/sys/netipx/ipx_proto.c
+++ b/sys/netipx/ipx_proto.c
@@ -33,9 +33,11 @@
*
* @(#)ipx_proto.c
*
- * $Id: ipx_proto.c,v 1.10 1997/05/10 09:58:54 jhay Exp $
+ * $Id: ipx_proto.c,v 1.11 1997/06/26 19:35:55 jhay Exp $
*/
+#include "opt_ipx.h"
+
#include <sys/param.h>
#include <sys/socket.h>
#include <sys/protosw.h>