[-]
[+]
|
Changed |
monit.changes
|
|
[-]
[+]
|
Changed |
monit.spec
^
|
|
[-]
[+]
|
Deleted |
monit-5.3-hz.patch
^
|
@@ -1,13 +0,0 @@
---- src/process/sysdep_LINUX.c
-+++ src/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.
- *
|
[-]
[+]
|
Added |
monit-5.3.1-hz.patch
^
|
@@ -0,0 +1,13 @@
+--- src/process/sysdep_LINUX.c
++++ src/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.
+ *
|
|
Changed |
monit-5.3.1.tar.bz2
^
|