Use a proper prototype for hertz().

This commit is contained in:
Stefan Farfeleder 2004-10-03 18:22:35 +00:00
parent 08c7cd06b9
commit bd6da6a530
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=136099
2 changed files with 3 additions and 1 deletions

View File

@ -290,6 +290,7 @@ void getpfile(char *);
gprofheader();
gprofline();
*/
int hertz(void);
void inheritflags(nltype *);
int kernel_getnfile(const char *, char ***);
/*

View File

@ -48,7 +48,8 @@ __FBSDID("$FreeBSD$");
*/
#define HZ_WRONG 0
hertz()
int
hertz(void)
{
struct itimerval tim;