Make prototype match function.
This commit is contained in:
parent
fd559c6fc1
commit
f3a6cf7052
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=50754
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user