diff options
author | des <des@FreeBSD.org> | 2001-12-08 23:56:37 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2001-12-08 23:56:37 +0000 |
commit | 61cf8e072310f250d559af1e8f1bb99e3553f009 (patch) | |
tree | 06bbcfd04ea467d5df37fa4dbd56478dcb8e467b /sys | |
parent | 8b52554b3a5cfc9348aaee78aeb752f99ef21487 (diff) | |
download | FreeBSD-src-61cf8e072310f250d559af1e8f1bb99e3553f009.zip FreeBSD-src-61cf8e072310f250d559af1e8f1bb99e3553f009.tar.gz |
p_trespass() has been dead for over a year.
Diffstat (limited to 'sys')
-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 e2e9f0a..b8c3a59 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)); |