diff options
| author | Danijel Tasov <m@rbfh.de> | 2023-10-04 11:44:22 +0200 |
|---|---|---|
| committer | Danijel Tasov <m@rbfh.de> | 2023-10-04 11:45:16 +0200 |
| commit | 843c0bfa46ed6d02c9b4998f66a9cc3a2834271d (patch) | |
| tree | cdc00b591c791a4476f4b7a8f9c40e86f21ab562 /plugins-root | |
| parent | 4e7eb550791afdb5d3e496a84be00286ccb6fb5b (diff) | |
| download | monitoring-plugins-843c0bfa46ed6d02c9b4998f66a9cc3a2834271d.tar.gz | |
remove sun ifdef
my be readded later with proper comments
Signed-off-by: Danijel Tasov <m@rbfh.de>
Diffstat (limited to 'plugins-root')
| -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 321612bb..4a72315d 100644 --- a/plugins-root/check_icmp.c +++ b/plugins-root/check_icmp.c | |||
| @@ -42,11 +42,6 @@ char *progname; | |||
| 42 | const char *copyright = "2005-2008"; | 42 | const char *copyright = "2005-2008"; |
| 43 | const char *email = "devel@monitoring-plugins.org"; | 43 | const char *email = "devel@monitoring-plugins.org"; |
| 44 | 44 | ||
| 45 | /* what does that do? */ | ||
| 46 | #ifdef __sun | ||
| 47 | #define _XPG4_2 | ||
| 48 | #endif | ||
| 49 | |||
| 50 | /** Monitoring Plugins basic includes */ | 45 | /** Monitoring Plugins basic includes */ |
| 51 | #include "common.h" | 46 | #include "common.h" |
| 52 | #include "netutils.h" | 47 | #include "netutils.h" |
