From f97de40586e0cbeb9cd188489a7b2cfd5ff72afd Mon Sep 17 00:00:00 2001 From: jjgarcia Date: Mon, 2 Aug 2004 09:42:04 +0000 Subject: [PATCH] Missing variables --- src/c/unixsys.d | 1 + 1 file changed, 1 insertion(+) diff --git a/src/c/unixsys.d b/src/c/unixsys.d index aed6c22ec..809187269 100644 --- a/src/c/unixsys.d +++ b/src/c/unixsys.d @@ -236,6 +236,7 @@ si_close_pipe(cl_object stream) #else { int child_pid; + int child_stdin, child_stdout, child_stderr; argv = CONS(command, nconc(argv, CONS(Cnil, Cnil))); argv = cl_funcall(3, @'coerce', argv, @'vector'); if (input == @':stream') {