diff options
author | Benoit Mortier <opensides@users.sourceforge.net> | 2006-10-22 22:07:22 (GMT) |
---|---|---|
committer | Benoit Mortier <opensides@users.sourceforge.net> | 2006-10-22 22:07:22 (GMT) |
commit | be7702b4bfa996c8228c3463d57e0449328a461c (patch) | |
tree | 3bda08a9fd57f8f48398c365093067136081966d /plugins-root/check_icmp.c | |
parent | bc0a22110db7c792b1edb04a556ee6f039273998 (diff) | |
download | monitoring-plugins-be7702b4bfa996c8228c3463d57e0449328a461c.tar.gz |
revert mistake when commiting fixes
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1515 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins-root/check_icmp.c')
-rw-r--r-- | plugins-root/check_icmp.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/plugins-root/check_icmp.c b/plugins-root/check_icmp.c index 728d4a0..2f03552 100644 --- a/plugins-root/check_icmp.c +++ b/plugins-root/check_icmp.c | |||
@@ -35,11 +35,6 @@ | |||
35 | #include <arpa/inet.h> | 35 | #include <arpa/inet.h> |
36 | #include <signal.h> | 36 | #include <signal.h> |
37 | 37 | ||
38 | #include "common.h" | ||
39 | #include "runcmd.h" | ||
40 | #include "utils.h" | ||
41 | #include "regex.h" | ||
42 | |||
43 | /** sometimes undefined system macros (quite a few, actually) **/ | 38 | /** sometimes undefined system macros (quite a few, actually) **/ |
44 | #ifndef MAXTTL | 39 | #ifndef MAXTTL |
45 | # define MAXTTL 255 | 40 | # define MAXTTL 255 |