diff options
author | Britney Fransen <brfransen@gmail.com> | 2018-04-17 23:14:22 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2018-04-17 23:14:22 (GMT) |
commit | 901e24be19bb11a8fe814e56d07acf03f89299d4 (patch) | |
tree | 458d4d3f30e9362e6f3903b9a600379e33bc3235 /abs/core/xymon/logfetch.c.patch | |
parent | ab648f0407c135e363b1977245e4c2c08004bfd0 (diff) | |
download | linhes_pkgbuild-901e24be19bb11a8fe814e56d07acf03f89299d4.zip linhes_pkgbuild-901e24be19bb11a8fe814e56d07acf03f89299d4.tar.gz linhes_pkgbuild-901e24be19bb11a8fe814e56d07acf03f89299d4.tar.bz2 |
xymon: update xymon-gputemp.sh for 710 max temp
Diffstat (limited to 'abs/core/xymon/logfetch.c.patch')
-rw-r--r-- | abs/core/xymon/logfetch.c.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/abs/core/xymon/logfetch.c.patch b/abs/core/xymon/logfetch.c.patch new file mode 100644 index 0000000..bc61f00 --- /dev/null +++ b/abs/core/xymon/logfetch.c.patch @@ -0,0 +1,10 @@ +--- src/xymon-4.3.28/client/logfetch.c.orig 2018-04-17 23:05:45.429619941 +0000 ++++ src/xymon-4.3.28/client/logfetch.c 2018-04-17 23:07:34.895372581 +0000 +@@ -18,6 +18,7 @@ + #include <sys/stat.h> + #include <sys/time.h> + #include <stdio.h> ++#include <stdint.h> + #include <string.h> + #include <unistd.h> + #include <stdlib.h> |