aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2006-06-16 22:31:56 +0000
committerRobert Watson <rwatson@FreeBSD.org>2006-06-16 22:31:56 +0000
commit7ffadf3508999403fa54062e6e1ae4c977fccef6 (patch)
treedfbd88718e43f742e949b2896750d9f8217a7a4a /sys
parent9a44cbf19c692eeed79ba6144ffea73395eea7cb (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/protosw.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/sys/protosw.h b/sys/sys/protosw.h
index fbc7e04c0999..e6bdec437954 100644
--- a/sys/sys/protosw.h
+++ b/sys/sys/protosw.h
@@ -249,7 +249,6 @@ struct pr_usrreqs {
/*
* All nonvoid pru_*() functions below return EOPNOTSUPP.
*/
-
void pru_abort_notsupp(struct socket *so);
int pru_accept_notsupp(struct socket *so, struct sockaddr **nam);
int pru_attach_notsupp(struct socket *so, int proto, struct thread *td);