summaryrefslogtreecommitdiffstats
path: root/sys/netinet/in_proto.c
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1996-02-08 15:43:35 +0000
committerwollman <wollman@FreeBSD.org>1996-02-08 15:43:35 +0000
commitaf1fba70849335ad6f06e3f68d930b8e9707d36b (patch)
treebaa9682e7dbf290ccffcc276528284081309d96e /sys/netinet/in_proto.c
parent40108b438e9dffea28ada4a0d866cff8612990c1 (diff)
downloadFreeBSD-src-af1fba70849335ad6f06e3f68d930b8e9707d36b.zip
FreeBSD-src-af1fba70849335ad6f06e3f68d930b8e9707d36b.tar.gz
#if out unsupported IMP code.
Diffstat (limited to 'sys/netinet/in_proto.c')
-rw-r--r--sys/netinet/in_proto.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/netinet/in_proto.c b/sys/netinet/in_proto.c
index 8826fa7..3c52553 100644
--- a/sys/netinet/in_proto.c
+++ b/sys/netinet/in_proto.c
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)in_proto.c 8.2 (Berkeley) 2/9/95
- * $Id: in_proto.c,v 1.23 1995/12/02 19:37:53 bde Exp $
+ * $Id: in_proto.c,v 1.24 1995/12/20 21:53:53 wollman Exp $
*/
#include <sys/param.h>
@@ -191,6 +191,7 @@ SYSCTL_NODE(_net_inet, IPPROTO_UDP, udp, CTLFLAG_RW, 0, "UDP");
SYSCTL_NODE(_net_inet, IPPROTO_TCP, tcp, CTLFLAG_RW, 0, "TCP");
SYSCTL_NODE(_net_inet, IPPROTO_IGMP, igmp, CTLFLAG_RW, 0, "IGMP");
+#if 0
#include "imp.h"
#if NIMP > 0
extern struct domain impdomain;
@@ -211,6 +212,7 @@ struct domain impdomain =
DOMAIN_SET(imp);
#endif
+#endif
#if 0
#include "hy.h"
OpenPOWER on IntegriCloud