summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/kern/subr_prof.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/kern/subr_prof.c b/sys/kern/subr_prof.c
index 5a70482..be98d44 100644
--- a/sys/kern/subr_prof.c
+++ b/sys/kern/subr_prof.c
@@ -404,9 +404,7 @@ struct profil_args {
#endif
/* ARGSUSED */
int
-profil(td, uap)
- struct thread *td;
- register struct profil_args *uap;
+profil(struct thread *td, struct profil_args *uap)
{
struct uprof *upp;
struct proc *p;
OpenPOWER on IntegriCloud