summaryrefslogtreecommitdiffstats
path: root/sys/sys/protosw.h
diff options
context:
space:
mode:
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