Use ANSI function definition for profil.

This commit is contained in:
Warner Losh 2009-02-03 07:52:36 +00:00
parent 04d17b6283
commit bada728732
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=188060

View File

@ -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;