From bb900a803794a019f5815bf8a298b2e9fb451d00 Mon Sep 17 00:00:00 2001 From: deraadt Date: Thu, 14 Dec 1995 05:43:37 +0000 Subject: [PATCH] profil() args have changed type.. --- sys/kern/subr_prof.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/kern/subr_prof.c b/sys/kern/subr_prof.c index f8b7bc5087c..85c07cbe64d 100644 --- a/sys/kern/subr_prof.c +++ b/sys/kern/subr_prof.c @@ -1,4 +1,4 @@ -/* $NetBSD: subr_prof.c,v 1.7 1995/10/07 06:28:33 mycroft Exp $ */ +/* $NetBSD: subr_prof.c,v 1.8 1995/11/22 23:07:26 cgd Exp $ */ /*- * Copyright (c) 1982, 1986, 1993 @@ -153,8 +153,8 @@ sys_profil(p, v, retval) { register struct sys_profil_args /* { syscallarg(caddr_t) samples; - syscallarg(u_int) size; - syscallarg(u_int) offset; + syscallarg(size_t) size; + syscallarg(u_long) offset; syscallarg(u_int) scale; } */ *uap = v; register struct uprof *upp; -- 2.20.1