diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/sys/socketvar.h | 2 |
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)); |