mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-12 14:29:28 +00:00
Use ANSI function definition for profil.
This commit is contained in:
parent
04d17b6283
commit
bada728732
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=188060
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user