summaryrefslogtreecommitdiff
path: root/sys/net/rtsock.c
diff options
context:
space:
mode:
authorLuoqi Chen <luoqi@FreeBSD.org>1999-04-29 03:22:19 +0000
committerLuoqi Chen <luoqi@FreeBSD.org>1999-04-29 03:22:19 +0000
commitcb64988f42a7f45745e38f15e1a13a9097fdce27 (patch)
treea9f56a6b08bac593da41c96c2526c12edfc396a8 /sys/net/rtsock.c
parent37bad16d8b334ea39479cf0385ed6e749ce1a984 (diff)
Notes
Diffstat (limited to 'sys/net/rtsock.c')
-rw-r--r--sys/net/rtsock.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/rtsock.c b/sys/net/rtsock.c
index a57b518b2785..22c7bb5c6cd1 100644
--- a/sys/net/rtsock.c
+++ b/sys/net/rtsock.c
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)rtsock.c 8.5 (Berkeley) 11/2/94
- * $Id: rtsock.c,v 1.38 1999/01/27 22:42:14 dillon Exp $
+ * $Id: rtsock.c,v 1.39 1999/04/28 11:37:38 phk Exp $
*/
@@ -996,7 +996,7 @@ static struct protosw routesw[] = {
};
static struct domain routedomain =
- { PF_ROUTE, "route", route_init, 0, 0,
+ { PF_ROUTE, "route", 0, 0, 0,
routesw, &routesw[sizeof(routesw)/sizeof(routesw[0])] };
DOMAIN_SET(route);