Make prototype match function.

This commit is contained in:
Sean Eric Fagan 1999-09-01 16:21:57 +00:00
parent fd559c6fc1
commit f3a6cf7052
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=50754

View File

@ -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;