From ba178e4b25fd9285d77312727825985585dba80c Mon Sep 17 00:00:00 2001 From: rwatson Date: Sat, 27 Jul 2002 19:54:15 +0000 Subject: Remote socheckproc(), which was removed when p_can*() was introduced ages ago. The prototype was missed. Obtained from: TrustedBSD Project Sponsored by: DARPA, NAI Labs --- sys/sys/socketvar.h | 1 - 1 file changed, 1 deletion(-) (limited to 'sys') diff --git a/sys/sys/socketvar.h b/sys/sys/socketvar.h index 7ef2dd3..113fe79 100644 --- a/sys/sys/socketvar.h +++ b/sys/sys/socketvar.h @@ -383,7 +383,6 @@ int sb_lock(struct sockbuf *sb); int soabort(struct socket *so); int soaccept(struct socket *so, struct sockaddr **nam); int socheckuid(struct socket *so, uid_t uid); -int socheckproc(struct socket *so, struct proc *p); struct socket *soalloc(int waitok); int sobind(struct socket *so, struct sockaddr *nam, struct thread *td); void socantrcvmore(struct socket *so); -- cgit v1.1