diff options
| author | Ethan Galstad <egalstad@users.sourceforge.net> | 2002-03-01 02:42:56 +0000 |
|---|---|---|
| committer | Ethan Galstad <egalstad@users.sourceforge.net> | 2002-03-01 02:42:56 +0000 |
| commit | ecc185f1a43d2b01acb14c9cdcc98e80d3b67122 (patch) | |
| tree | 29839707d5910c08ce881a3bcddb2822f67afb2f /contrib/check_uptime.c | |
| parent | 44a321cb8a42d6c0ea2d96a1086a17f2134c89cc (diff) | |
| download | monitoring-plugins-ecc185f1a43d2b01acb14c9cdcc98e80d3b67122.tar.gz | |
Contrib plugin cleanup
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@6 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'contrib/check_uptime.c')
| -rw-r--r-- | contrib/check_uptime.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/check_uptime.c b/contrib/check_uptime.c index 46a1b826..fe981237 100644 --- a/contrib/check_uptime.c +++ b/contrib/check_uptime.c | |||
| @@ -21,10 +21,10 @@ | |||
| 21 | * | 21 | * |
| 22 | *****************************************************************************/ | 22 | *****************************************************************************/ |
| 23 | 23 | ||
| 24 | #include "common/config.h" | 24 | #include "config.h" |
| 25 | #include "common/common.h" | 25 | #include "common.h" |
| 26 | #include "common/utils.h" | 26 | #include "utils.h" |
| 27 | #include "common/popen.h" | 27 | #include "popen.h" |
| 28 | 28 | ||
| 29 | int main(int argc, char **argv) | 29 | int main(int argc, char **argv) |
| 30 | { | 30 | { |
