Remove stale prototype for sonewconn3().

This commit is contained in:
green 2001-12-13 22:16:54 +00:00
parent 36784fd2c4
commit 91e55e40ce

View File

@ -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));