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
This commit is contained in:
Robert Watson 2002-07-27 19:54:15 +00:00
parent 4a583fd480
commit 4581821b9a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=100764

View File

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