diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2000-01-13 05:06:13 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2000-01-13 05:06:13 +0000 |
commit | a549ccb25a05641af53c87097a5bdd4a1b21bb57 (patch) | |
tree | 819c18a0303e005613513bdd5d51a11dc6034505 /sys | |
parent | 4230b66ed1e7f90ad07b01652000dd436c1dab6b (diff) |
Align.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/netinet6/in6_proto.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/netinet6/in6_proto.c b/sys/netinet6/in6_proto.c index c1b8d2b7fe4..88f11ca3f5f 100644 --- a/sys/netinet6/in6_proto.c +++ b/sys/netinet6/in6_proto.c @@ -1,4 +1,4 @@ -/* $OpenBSD: in6_proto.c,v 1.11 2000/01/13 04:59:38 angelos Exp $ */ +/* $OpenBSD: in6_proto.c,v 1.12 2000/01/13 05:06:12 angelos Exp $ */ /* * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. @@ -210,13 +210,13 @@ struct ip6protosw inet6sw[] = { #endif /* INET6 */ #else /* NFIG */ { SOCK_RAW, &inet6domain, IPPROTO_IPV4, PR_ATOMIC|PR_ADDR, - ip4_input6, rip6_output, 0, rip6_ctloutput, + ip4_input6, rip6_output, 0, rip6_ctloutput, rip6_usrreq, /* XXX */ 0, 0, 0, 0, ip4_sysctl }, #ifdef INET6 { SOCK_RAW, &inet6domain, IPPROTO_IPV6, PR_ATOMIC|PR_ADDR, - ip4_input6, rip6_output, 0, rip6_ctloutput, + ip4_input6, rip6_output, 0, rip6_ctloutput, 0, 0, 0, 0, 0, }, |