summaryrefslogtreecommitdiffstats
path: root/sys/sys/protosw.h
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/sys/protosw.h
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/sys/protosw.h')
-rw-r--r--sys/sys/protosw.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/sys/protosw.h b/sys/sys/protosw.h
index d93e452..e227ea3 100644
--- a/sys/sys/protosw.h
+++ b/sys/sys/protosw.h
@@ -242,10 +242,8 @@ struct pr_usrreqs {
};
/*
- * The dummy protocol specific user requests function pointer array is
- * initialized to the functions below. All functions return EOPNOTSUPP.
+ * below. All functions return EOPNOTSUPP.
*/
-extern struct pr_usrreqs nousrreqs;
int pru_abort_notsupp(struct socket *so);
int pru_accept_notsupp(struct socket *so, struct sockaddr **nam);
OpenPOWER on IntegriCloud