From 37660997fe63e18311e879f7d973edfeb03a28f5 Mon Sep 17 00:00:00 2001 From: wollman Date: Thu, 11 May 1995 00:13:26 +0000 Subject: Make networking domains drop-ins, through the magic of GNU ld. (Some day, there may even be LKMs.) Also, change the internal name of `unixdomain' to `localdomain' since AF_LOCAL is now the preferred name of this family. Declare netisr correctly and in the right place. --- sys/net/rtsock.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/net/rtsock.c') diff --git a/sys/net/rtsock.c b/sys/net/rtsock.c index ea651d5..dc3b3fb 100644 --- a/sys/net/rtsock.c +++ b/sys/net/rtsock.c @@ -36,6 +36,7 @@ #include #include +#include #include #include #include @@ -793,3 +794,4 @@ struct domain routedomain = { PF_ROUTE, "route", route_init, 0, 0, routesw, &routesw[sizeof(routesw)/sizeof(routesw[0])] }; +DOMAIN_SET(route); -- cgit v1.1