summaryrefslogtreecommitdiffstats
path: root/plugins/check_disk.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/check_disk.c')
-rw-r--r--plugins/check_disk.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/plugins/check_disk.c b/plugins/check_disk.c
index 2df89aa3..15ec06cd 100644
--- a/plugins/check_disk.c
+++ b/plugins/check_disk.c
@@ -65,14 +65,6 @@ const char *email = "devel@monitoring-plugins.org";
65# define ERROR -1 65# define ERROR -1
66#endif 66#endif
67 67
68/* For long options that have no equivalent short option, use a
69 non-character as a pseudo short option, starting with CHAR_MAX + 1. */
70enum {
71 SYNC_OPTION = CHAR_MAX + 1,
72 NO_SYNC_OPTION,
73 BLOCK_SIZE_OPTION
74};
75
76#ifdef _AIX 68#ifdef _AIX
77# pragma alloca 69# pragma alloca
78#endif 70#endif