Search
j0ke.net Open Build Service
>
Projects
>
server:monitoring
>
monit
> monit-hz.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File monit-hz.patch of Package monit (Revision 2)
Currently displaying revision
2
,
show latest
--- process/sysdep_LINUX.c +++ process/sysdep_LINUX.c @@ -78,6 +78,10 @@ #include "process.h" #include "process_sysdep.h" +#ifndef HZ +# define HZ sysconf(_SC_CLK_TCK) +#endif + /** * System dependent resource gathering code for Linux. *