summaryrefslogtreecommitdiffstats
path: root/sys/netinet/in_proto.c
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1994-12-11 21:36:10 +0000
committerwollman <wollman@FreeBSD.org>1994-12-11 21:36:10 +0000
commit139bfd799e658634a79b494f6d3bcf60884f5347 (patch)
tree936a39446e4cf0a4066812b823c78bfdd708d632 /sys/netinet/in_proto.c
parent116230bfae0e174703d6cc692c8fc70b4d046e35 (diff)
downloadFreeBSD-src-139bfd799e658634a79b494f6d3bcf60884f5347.zip
FreeBSD-src-139bfd799e658634a79b494f6d3bcf60884f5347.tar.gz
Advanced route cache management is now an official part of IP support.
Diffstat (limited to 'sys/netinet/in_proto.c')
-rw-r--r--sys/netinet/in_proto.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/netinet/in_proto.c b/sys/netinet/in_proto.c
index d397b64..6dc690d 100644
--- a/sys/netinet/in_proto.c
+++ b/sys/netinet/in_proto.c
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)in_proto.c 8.1 (Berkeley) 6/10/93
- * $Id: in_proto.c,v 1.6 1994/09/15 10:36:52 davidg Exp $
+ * $Id: in_proto.c,v 1.7 1994/11/02 04:41:39 wollman Exp $
*/
#include <sys/param.h>
@@ -154,18 +154,12 @@ struct protosw inetsw[] = {
},
};
-#ifdef IN_RMX
extern int in_inithead(void **, int);
-#endif
struct domain inetdomain =
{ AF_INET, "internet", 0, 0, 0,
inetsw, &inetsw[sizeof(inetsw)/sizeof(inetsw[0])], 0,
-#ifdef IN_RMX
in_inithead, 32, sizeof(struct sockaddr_in)
-#else
- rn_inithead, 32, sizeof(struct sockaddr_in)
-#endif
};
#include "imp.h"
OpenPOWER on IntegriCloud