Use a proper prototype for hertz().
This commit is contained in:
parent
08c7cd06b9
commit
bd6da6a530
@ -290,6 +290,7 @@ void getpfile(char *);
|
||||
gprofheader();
|
||||
gprofline();
|
||||
*/
|
||||
int hertz(void);
|
||||
void inheritflags(nltype *);
|
||||
int kernel_getnfile(const char *, char ***);
|
||||
/*
|
||||
|
@ -48,7 +48,8 @@ __FBSDID("$FreeBSD$");
|
||||
*/
|
||||
#define HZ_WRONG 0
|
||||
|
||||
hertz()
|
||||
int
|
||||
hertz(void)
|
||||
{
|
||||
struct itimerval tim;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user