holdsock is gone, remove the prototype

This commit is contained in:
Alfred Perlstein 2002-01-09 03:08:47 +00:00
parent 078a4e8939
commit 47927c198b

View File

@ -350,7 +350,6 @@ int sokqfilter __P((struct file *fp, struct knote *kn));
* From uipc_socket and friends
*/
struct sockaddr *dup_sockaddr __P((struct sockaddr *sa, int canwait));
int holdsock __P((struct filedesc *fdp, int fdes, struct file **fpp));
int sockargs __P((struct mbuf **mp, caddr_t buf, int buflen, int type));
int getsockaddr __P((struct sockaddr **namp, caddr_t uaddr, size_t len));
void sbappend __P((struct sockbuf *sb, struct mbuf *m));