diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1997-11-06 19:29:57 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1997-11-06 19:29:57 +0000 |
| commit | cb226aaa624a8d8e6c7c5f9aaaa1b415f0e2cf4d (patch) | |
| tree | 41d30ac216370f1121c6fc84569ee33e9be285d6 /sys/kern/subr_prof.c | |
| parent | c62a76ba79b3368c05aae26e78a7631283e13307 (diff) | |
Notes
Diffstat (limited to 'sys/kern/subr_prof.c')
| -rw-r--r-- | sys/kern/subr_prof.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/kern/subr_prof.c b/sys/kern/subr_prof.c index c81364b8795a..0d571e1fbda0 100644 --- a/sys/kern/subr_prof.c +++ b/sys/kern/subr_prof.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)subr_prof.c 8.3 (Berkeley) 9/23/93 - * $Id: subr_prof.c,v 1.22 1997/10/12 20:24:00 phk Exp $ + * $Id: subr_prof.c,v 1.23 1997/10/27 17:23:08 bde Exp $ */ #include <sys/param.h> @@ -348,10 +348,9 @@ struct profil_args { #endif /* ARGSUSED */ int -profil(p, uap, retval) +profil(p, uap) struct proc *p; register struct profil_args *uap; - int *retval; { register struct uprof *upp; int s; |
