emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/callproc.c,v


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/src/callproc.c,v
Date: Sun, 13 Jan 2008 15:15:05 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Dan Nicolaescu <dann>   08/01/13 15:15:05

Index: callproc.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/callproc.c,v
retrieving revision 1.234
retrieving revision 1.235
diff -u -b -r1.234 -r1.235
--- callproc.c  13 Jan 2008 00:43:54 -0000      1.234
+++ callproc.c  13 Jan 2008 15:15:02 -0000      1.235
@@ -471,6 +471,12 @@
   else
     {
 #ifndef MSDOS
+      errno = 0;
+      if (pipe (fd) == -1)
+       {
+         emacs_close (filefd);
+         report_file_error ("Creating process pipe", Qnil);
+       }
 #endif
 #if 0
       /* Replaced by close_process_descs */




reply via email to

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