1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-20 11:11:24 +00:00

#if out unsupported IMP code.

This commit is contained in:
Garrett Wollman 1996-02-08 15:43:35 +00:00
parent b1c46b6825
commit 4de31ee58e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=13971

View File

@ -31,7 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* @(#)in_proto.c 8.2 (Berkeley) 2/9/95 * @(#)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> #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_TCP, tcp, CTLFLAG_RW, 0, "TCP");
SYSCTL_NODE(_net_inet, IPPROTO_IGMP, igmp, CTLFLAG_RW, 0, "IGMP"); SYSCTL_NODE(_net_inet, IPPROTO_IGMP, igmp, CTLFLAG_RW, 0, "IGMP");
#if 0
#include "imp.h" #include "imp.h"
#if NIMP > 0 #if NIMP > 0
extern struct domain impdomain; extern struct domain impdomain;
@ -210,6 +211,7 @@ struct domain impdomain =
DOMAIN_SET(imp); DOMAIN_SET(imp);
#endif
#endif #endif
#if 0 #if 0