diff options
Diffstat (limited to 'plugins/check_procs.c')
-rw-r--r-- | plugins/check_procs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_procs.c b/plugins/check_procs.c index a025ee89..931d3dc0 100644 --- a/plugins/check_procs.c +++ b/plugins/check_procs.c | |||
@@ -152,7 +152,7 @@ main (int argc, char **argv) | |||
152 | int i = 0, j = 0; | 152 | int i = 0, j = 0; |
153 | int result = STATE_UNKNOWN; | 153 | int result = STATE_UNKNOWN; |
154 | int ret = 0; | 154 | int ret = 0; |
155 | output chld_out, chld_err; | 155 | cmd_output chld_out, chld_err; |
156 | 156 | ||
157 | setlocale (LC_ALL, ""); | 157 | setlocale (LC_ALL, ""); |
158 | bindtextdomain (PACKAGE, LOCALEDIR); | 158 | bindtextdomain (PACKAGE, LOCALEDIR); |