summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorAngelos D. Keromytis <angelos@cvs.openbsd.org>2000-01-11 07:57:24 +0000
committerAngelos D. Keromytis <angelos@cvs.openbsd.org>2000-01-11 07:57:24 +0000
commitcde3aa40e11de331af172ebeeee2fab49b0e40b9 (patch)
tree4f5b3b2d4d2e80e30f00b9c751968701fcffd177 /sys
parentb68995fb2f92f4d55a5c94dc4b114b2821449d16 (diff)
The entry for IP4 should always be there.
Diffstat (limited to 'sys')
-rw-r--r--sys/netinet/in_proto.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/netinet/in_proto.c b/sys/netinet/in_proto.c
index accb3870077..ecd6f3d13d1 100644
--- a/sys/netinet/in_proto.c
+++ b/sys/netinet/in_proto.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: in_proto.c,v 1.21 2000/01/07 21:38:01 angelos Exp $ */
+/* $OpenBSD: in_proto.c,v 1.22 2000/01/11 07:57:23 angelos Exp $ */
/* $NetBSD: in_proto.c,v 1.14 1996/02/18 18:58:32 christos Exp $ */
/*
@@ -209,7 +209,6 @@ struct protosw inetsw[] = {
},
#endif /* INET6 */
#else /* NGIF */
-#if defined(IPSEC) || defined(MROUTING)
{ SOCK_RAW, &inetdomain, IPPROTO_IPIP, PR_ATOMIC|PR_ADDR,
ip4_input, rip_output, 0, rip_ctloutput,
rip_usrreq, /* XXX */
@@ -222,7 +221,6 @@ struct protosw inetsw[] = {
0, 0, 0, 0,
},
#endif /* INET6 */
-#endif /* IPSEC || MROUTING */
#endif /*NGIF*/
{ SOCK_RAW, &inetdomain, IPPROTO_IGMP, PR_ATOMIC|PR_ADDR,
igmp_input, rip_output, 0, rip_ctloutput,