cvs-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Cvs-cvs] Changes to ccvs/windows-NT/run.c


From: Conrad T . Pino
Subject: [Cvs-cvs] Changes to ccvs/windows-NT/run.c
Date: Thu, 29 Sep 2005 22:59:42 -0400

Index: ccvs/windows-NT/run.c
diff -u ccvs/windows-NT/run.c:1.21 ccvs/windows-NT/run.c:1.22
--- ccvs/windows-NT/run.c:1.21  Sat May 28 08:11:13 2005
+++ ccvs/windows-NT/run.c       Fri Sep 30 02:59:41 2005
@@ -603,7 +603,7 @@
    Return the handle of the child process (this is what
    _cwait and waitpid expect).  */
 int
-piped_child (char *const *argv, int *to, int *from)
+piped_child (char *const *argv, int *to, int *from, bool fix_stderr)
 {
   int child;
   HANDLE pipein[2], pipeout[2];
@@ -705,7 +705,7 @@
 run_piped (int *tofdp, int *fromfdp)
 {
     run_add_arg (NULL);
-    return piped_child (run_argv, tofdp, fromfdp);
+    return piped_child (run_argv, tofdp, fromfdp, false);
 }
 
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]