diff options
Diffstat (limited to 'plugins/check_disk.c')
-rw-r--r-- | plugins/check_disk.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/plugins/check_disk.c b/plugins/check_disk.c index f0a679d..8e9c1fc 100644 --- a/plugins/check_disk.c +++ b/plugins/check_disk.c | |||
@@ -74,21 +74,6 @@ static int show_local_fs = 0; | |||
74 | SunOs4.1.3, for one. It is *not* necessary on Linux. */ | 74 | SunOs4.1.3, for one. It is *not* necessary on Linux. */ |
75 | /* static int require_sync = 0; */ | 75 | /* static int require_sync = 0; */ |
76 | 76 | ||
77 | /* A filesystem type to display. */ | ||
78 | struct parameter_list | ||
79 | { | ||
80 | char *name; | ||
81 | int found; | ||
82 | int found_len; | ||
83 | uintmax_t w_df; | ||
84 | uintmax_t c_df; | ||
85 | double w_dfp; | ||
86 | double c_dfp; | ||
87 | double w_idfp; | ||
88 | double c_idfp; | ||
89 | struct parameter_list *name_next; | ||
90 | }; | ||
91 | |||
92 | /* Linked list of filesystem types to display. | 77 | /* Linked list of filesystem types to display. |
93 | If `fs_select_list' is NULL, list all types. | 78 | If `fs_select_list' is NULL, list all types. |
94 | This table is generated dynamically from command-line options, | 79 | This table is generated dynamically from command-line options, |