diff options
Diffstat (limited to 'plugins/popen.h')
-rw-r--r-- | plugins/popen.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/popen.h b/plugins/popen.h index 1f4e413..c2a79df 100644 --- a/plugins/popen.h +++ b/plugins/popen.h | |||
@@ -9,7 +9,7 @@ int spclose (FILE *); | |||
9 | RETSIGTYPE popen_timeout_alarm_handler (int); | 9 | RETSIGTYPE popen_timeout_alarm_handler (int); |
10 | 10 | ||
11 | extern unsigned int timeout_interval; | 11 | extern unsigned int timeout_interval; |
12 | pid_t *childpid; | 12 | pid_t *childpid=NULL; |
13 | int *child_stderr_array; | 13 | int *child_stderr_array=NULL; |
14 | FILE *child_process; | 14 | FILE *child_process=NULL; |
15 | FILE *child_stderr; | 15 | FILE *child_stderr=NULL; |