Date: Tue, 3 Feb 2009 07:52:36 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r188060 - head/sys/kern Message-ID: <200902030752.n137qalg021400@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: imp Date: Tue Feb 3 07:52:36 2009 New Revision: 188060 URL: http://svn.freebsd.org/changeset/base/188060 Log: Use ANSI function definition for profil. Modified: head/sys/kern/subr_prof.c Modified: head/sys/kern/subr_prof.c ============================================================================== --- head/sys/kern/subr_prof.c Tue Feb 3 07:52:07 2009 (r188059) +++ head/sys/kern/subr_prof.c Tue Feb 3 07:52:36 2009 (r188060) @@ -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;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902030752.n137qalg021400>