From 36a131477e61d6337711fbae88d2a6e9e93f82c9 Mon Sep 17 00:00:00 2001 From: rwatson Date: Sat, 2 Feb 2002 03:39:44 +0000 Subject: o Add the prototype of cr_cansignal() from an earlier change to kern_prot.c. This has apparently been sitting in my local tree for ages, and has been generating a warning during the building of kern_prot.o. Obtained from: TrustedBSD Project Sponsored by: DARPA, NAI Labs --- sys/sys/proc.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/sys/proc.h b/sys/sys/proc.h index deddf48..f037185 100644 --- a/sys/sys/proc.h +++ b/sys/sys/proc.h @@ -657,6 +657,7 @@ struct proc *zpfind __P((pid_t)); /* Find zombie process by id. */ void ast __P((struct trapframe *framep)); struct thread *choosethread __P((void)); +int cr_cansignal __P((struct ucred *cred, struct proc *proc, int signum)); int enterpgrp __P((struct proc *p, pid_t pgid, int mksess)); void faultin __P((struct proc *p)); void fixjobc __P((struct proc *p, struct pgrp *pgrp, int entering)); -- cgit v1.1