From f3a6cf7052a4efa5bd52b0d289e6c38db8fe868b Mon Sep 17 00:00:00 2001 From: Sean Eric Fagan Date: Wed, 1 Sep 1999 16:21:57 +0000 Subject: [PATCH] Make prototype match function. --- sys/kern/kern_sig.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/kern/kern_sig.c b/sys/kern/kern_sig.c index 4921a399d972..b34028723865 100644 --- a/sys/kern/kern_sig.c +++ b/sys/kern/kern_sig.c @@ -71,7 +71,7 @@ static int killpg1 __P((struct proc *cp, int signum, int pgid, int all)); static void setsigvec __P((struct proc *p, int signum, struct sigaction *sa)); static void stop __P((struct proc *)); -static char *expand_name __P((const char *, uid_t, int)); +static char *expand_name __P((const char *, uid_t, pid_t)); static int coredump __P((struct proc *)); static int kern_logsigexit = 1;