summaryrefslogtreecommitdiffstats
path: root/sys/netinet/in_proto.c
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2003-03-05 19:24:24 +0000
committerpeter <peter@FreeBSD.org>2003-03-05 19:24:24 +0000
commitfbc7526e8f7461209707f4f096b1ec1f9f4aca7b (patch)
tree5244a504fc54940e377f138f4f959da0cbad8ceb /sys/netinet/in_proto.c
parentf9806b180393c9a3dbdc1792c27c8175975ff756 (diff)
downloadFreeBSD-src-fbc7526e8f7461209707f4f096b1ec1f9f4aca7b.zip
FreeBSD-src-fbc7526e8f7461209707f4f096b1ec1f9f4aca7b.tar.gz
Finish driving a stake through the heart of netns and the associated
ifdefs scattered around the place - its dead Jim! The SMB stuff had stolen AF_NS, make it official.
Diffstat (limited to 'sys/netinet/in_proto.c')
-rw-r--r--sys/netinet/in_proto.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/sys/netinet/in_proto.c b/sys/netinet/in_proto.c
index a2a528f..47c8b24 100644
--- a/sys/netinet/in_proto.c
+++ b/sys/netinet/in_proto.c
@@ -85,11 +85,6 @@
#include <netipx/ipx_ip.h>
#endif
-#ifdef NSIP
-#include <netns/ns.h>
-#include <netns/ns_if.h>
-#endif
-
extern struct domain inetdomain;
static struct pr_usrreqs nousrreqs;
@@ -221,14 +216,6 @@ struct protosw inetsw[] = {
&rip_usrreqs
},
#endif
-#ifdef NSIP
-{ SOCK_RAW, &inetdomain, IPPROTO_IDP, PR_ATOMIC|PR_ADDR|PR_LASTHDR,
- idpip_input, 0, nsip_ctlinput, 0,
- 0,
- 0, 0, 0, 0,
- &rip_usrreqs
-},
-#endif
/* raw wildcard */
{ SOCK_RAW, &inetdomain, 0, PR_ATOMIC|PR_ADDR,
rip_input, 0, 0, rip_ctloutput,
OpenPOWER on IntegriCloud