p_trespass() has been dead for over a year.

This commit is contained in:
Dag-Erling Smørgrav 2001-12-08 23:56:37 +00:00
parent 68685eeb5b
commit c62319b7f2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=87540

View File

@ -668,7 +668,6 @@ int p_candebug __P((struct proc *p1, struct proc *p2));
int p_cansee __P((struct proc *p1, struct proc *p2));
int p_cansched __P((struct proc *p1, struct proc *p2));
int p_cansignal __P((struct proc *p1, struct proc *p2, int signum));
int p_trespass __P((struct proc *p1, struct proc *p2));
void procinit __P((void));
void proc_linkup __P((struct proc *p));
void proc_reparent __P((struct proc *child, struct proc *newparent));