fix warning, declare function static.

Reviewed by: dfr
This commit is contained in:
alfred 2000-06-22 22:09:31 +00:00
parent 3c5c819ded
commit 8b986caf33

View File

@ -210,7 +210,7 @@ void psignal __P((struct proc *p, int sig));
void sigexit __P((struct proc *p, int signum));
void siginit __P((struct proc *p));
void trapsignal __P((struct proc *p, int sig, u_long code));
int __cursig __P((struct proc *p));
static int __cursig __P((struct proc *p));
/*
* Machine-dependent functions: