diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2001-12-08 23:56:37 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2001-12-08 23:56:37 +0000 |
| commit | c62319b7f258340fdbd9c87c9f3a5708933b2791 (patch) | |
| tree | 06bbcfd04ea467d5df37fa4dbd56478dcb8e467b | |
| parent | 68685eeb5bc40c8aa4e9c0717d9c95297ef652bf (diff) | |
Notes
| -rw-r--r-- | sys/sys/proc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/sys/proc.h b/sys/sys/proc.h index e2e9f0add522..b8c3a5992940 100644 --- a/sys/sys/proc.h +++ b/sys/sys/proc.h @@ -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)); |
