diff options
Diffstat (limited to 'plugins-root/check_icmp.c')
-rw-r--r-- | plugins-root/check_icmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins-root/check_icmp.c b/plugins-root/check_icmp.c index 77ddfee..1ddc756 100644 --- a/plugins-root/check_icmp.c +++ b/plugins-root/check_icmp.c | |||
@@ -84,7 +84,7 @@ const char *email = "nagiosplug-devel@lists.sourceforge.net"; | |||
84 | # define MAXTTL 255 | 84 | # define MAXTTL 255 |
85 | #endif | 85 | #endif |
86 | #ifndef INADDR_NONE | 86 | #ifndef INADDR_NONE |
87 | # define INADDR_NONE 0xffffffU | 87 | # define INADDR_NONE (in_addr_t)(-1) |
88 | #endif | 88 | #endif |
89 | 89 | ||
90 | #ifndef SOL_IP | 90 | #ifndef SOL_IP |