diff options
Diffstat (limited to 'plugins/check_nagios.c')
-rw-r--r-- | plugins/check_nagios.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_nagios.c b/plugins/check_nagios.c index 40d68f03..d58a2d57 100644 --- a/plugins/check_nagios.c +++ b/plugins/check_nagios.c | |||
@@ -77,7 +77,7 @@ main (int argc, char **argv) | |||
77 | int expected_cols = PS_COLS - 1; | 77 | int expected_cols = PS_COLS - 1; |
78 | const char *zombie = "Z"; | 78 | const char *zombie = "Z"; |
79 | char *temp_string; | 79 | char *temp_string; |
80 | output chld_out, chld_err; | 80 | cmd_output chld_out, chld_err; |
81 | size_t i; | 81 | size_t i; |
82 | 82 | ||
83 | setlocale (LC_ALL, ""); | 83 | setlocale (LC_ALL, ""); |