summaryrefslogtreecommitdiffstats
path: root/sys/netinet/in_proto.c
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2005-08-10 06:41:04 +0000
committerobrien <obrien@FreeBSD.org>2005-08-10 06:41:04 +0000
commita76eb9e4d13cf47aeb9ea9514ccac386f01b76fc (patch)
tree14bb7e4641d48c450b2649170bc78597ca5fa64e /sys/netinet/in_proto.c
parentd07b8d496ec6e877f4cb3aa65d9f347b873eab6e (diff)
downloadFreeBSD-src-a76eb9e4d13cf47aeb9ea9514ccac386f01b76fc.zip
FreeBSD-src-a76eb9e4d13cf47aeb9ea9514ccac386f01b76fc.tar.gz
Match IPv6 and use a static struct pr_usrreqs nousrreqs.
Diffstat (limited to 'sys/netinet/in_proto.c')
-rw-r--r--sys/netinet/in_proto.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/netinet/in_proto.c b/sys/netinet/in_proto.c
index fd01479..95e05b2 100644
--- a/sys/netinet/in_proto.c
+++ b/sys/netinet/in_proto.c
@@ -69,6 +69,8 @@
* TCP/IP protocol family: IP, ICMP, UDP, TCP.
*/
+static struct pr_usrreqs nousrreqs;
+
#ifdef IPSEC
#include <netinet6/ipsec.h>
#include <netinet6/ah.h>
OpenPOWER on IntegriCloud