summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorgreen <green@FreeBSD.org>2001-12-13 22:16:54 +0000
committergreen <green@FreeBSD.org>2001-12-13 22:16:54 +0000
commit91e55e40ce426978db952fe0bc2bf5eaaadffcb1 (patch)
tree2bd4617c094a5b73daef8b896bfd5e0a2bc98321 /sys
parent36784fd2c4f908d39e9ed1d9454f22f8aea9d928 (diff)
downloadFreeBSD-src-91e55e40ce426978db952fe0bc2bf5eaaadffcb1.zip
FreeBSD-src-91e55e40ce426978db952fe0bc2bf5eaaadffcb1.tar.gz
Remove stale prototype for sonewconn3().
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/socketvar.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/sys/socketvar.h b/sys/sys/socketvar.h
index f868dcd..a5cc701 100644
--- a/sys/sys/socketvar.h
+++ b/sys/sys/socketvar.h
@@ -397,8 +397,6 @@ struct socket *
sodropablereq __P((struct socket *head));
struct socket *
sonewconn __P((struct socket *head, int connstatus));
-struct socket *
- sonewconn3 __P((struct socket *head, int connstatus, struct thread *td));
int sooptcopyin __P((struct sockopt *sopt, void *buf, size_t len,
size_t minlen));
int sooptcopyout __P((struct sockopt *sopt, void *buf, size_t len));
OpenPOWER on IntegriCloud