diff options
author | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2003-08-10 06:53:22 (GMT) |
---|---|---|
committer | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2003-08-10 06:53:22 (GMT) |
commit | f4f92be60c94fd4e0dd4b2b4b3101543eedb706a (patch) | |
tree | 28d25bd0ab624d82435823c940a186370947ad4d /plugins/popen.c | |
parent | cbf702f51f839af5a8e9c66bdae7d6a3dc363ace (diff) | |
download | monitoring-plugins-f4f92be60c94fd4e0dd4b2b4b3101543eedb706a.tar.gz |
the last round of pedantic compiler warnings
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@676 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/popen.c')
-rw-r--r-- | plugins/popen.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/popen.c b/plugins/popen.c index 98ba085..05fd0ab 100644 --- a/plugins/popen.c +++ b/plugins/popen.c | |||
@@ -18,8 +18,7 @@ int spclose(FILE *); | |||
18 | * | 18 | * |
19 | ******************************************************************************/ | 19 | ******************************************************************************/ |
20 | 20 | ||
21 | #include <config.h> | 21 | #include "common.h" |
22 | #include <common.h> | ||
23 | 22 | ||
24 | /* extern so plugin has pid to kill exec'd process on timeouts */ | 23 | /* extern so plugin has pid to kill exec'd process on timeouts */ |
25 | extern int timeout_interval; | 24 | extern int timeout_interval; |