diff options
| -rw-r--r-- | NEWS | 1 | ||||
| -rw-r--r-- | THANKS.in | 1 | ||||
| -rw-r--r-- | plugins-root/pst3.c | 2 | 
3 files changed, 4 insertions, 0 deletions
| @@ -41,6 +41,7 @@ This file documents the major additions and syntax changes between releases. | |||
| 41 | check_fping now supports passing target timeout and interval to fping (#2347686 - Martin Foster) | 41 | check_fping now supports passing target timeout and interval to fping (#2347686 - Martin Foster) | 
| 42 | Fixed SNMPv3 behaviour of check_ifoperstatus and check_ifstatus. Added -P to define privprotocol (#2343438 - Robin Schroeder) | 42 | Fixed SNMPv3 behaviour of check_ifoperstatus and check_ifstatus. Added -P to define privprotocol (#2343438 - Robin Schroeder) | 
| 43 | check_ifoperstatus and check_ifstatus are now more user-friendly in case of missing arguments | 43 | check_ifoperstatus and check_ifstatus are now more user-friendly in case of missing arguments | 
| 44 | pst3 compile fix for Sun Studio Compiler (Grant Byers) | ||
| 44 | 45 | ||
| 45 | 1.4.13 25th Sept 2008 | 46 | 1.4.13 25th Sept 2008 | 
| 46 | Fix Debian bug #460097: check_http --max-age broken (Hilko Bengen) | 47 | Fix Debian bug #460097: check_http --max-age broken (Hilko Bengen) | 
| @@ -255,3 +255,4 @@ Martin Foster | |||
| 255 | Joe Presbrey | 255 | Joe Presbrey | 
| 256 | Will Preston | 256 | Will Preston | 
| 257 | Nikita Kalabukhov | 257 | Nikita Kalabukhov | 
| 258 | Grant Byers | ||
| diff --git a/plugins-root/pst3.c b/plugins-root/pst3.c index 85136569..7586d5f3 100644 --- a/plugins-root/pst3.c +++ b/plugins-root/pst3.c | |||
| @@ -43,6 +43,8 @@ | |||
| 43 | 43 | ||
| 44 | #include <stdio.h> | 44 | #include <stdio.h> | 
| 45 | #include <stdlib.h> | 45 | #include <stdlib.h> | 
| 46 | #include <string.h> | ||
| 47 | #include <unistd.h> | ||
| 46 | #include <dirent.h> | 48 | #include <dirent.h> | 
| 47 | #include <errno.h> | 49 | #include <errno.h> | 
| 48 | #include <fcntl.h> | 50 | #include <fcntl.h> | 
