diff options
Diffstat (limited to 'sys/kern/subr_prof.c')
-rw-r--r-- | sys/kern/subr_prof.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/kern/subr_prof.c b/sys/kern/subr_prof.c index 4fb81d8..efe56b0 100644 --- a/sys/kern/subr_prof.c +++ b/sys/kern/subr_prof.c @@ -146,6 +146,7 @@ struct profil_args { u_int scale; }; /* ARGSUSED */ +int profil(p, uap, retval) struct proc *p; register struct profil_args *uap; |