Changes of Revision 2
[-] [+] | Added | monit-hz.patch |
@@ -0,0 +1,13 @@ +--- 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. + * |