emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r102400: * src/callproc.c (child_setu


From: Dan Nicolaescu
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r102400: * src/callproc.c (child_setup): Fix previous change.
Date: Mon, 15 Nov 2010 10:11:52 -0800
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 102400
committer: Dan Nicolaescu <address@hidden>
branch nick: trunk
timestamp: Mon 2010-11-15 10:11:52 -0800
message:
  * src/callproc.c (child_setup): Fix previous change.
modified:
  src/callproc.c
=== modified file 'src/callproc.c'
--- a/src/callproc.c    2010-11-15 17:11:08 +0000
+++ b/src/callproc.c    2010-11-15 18:11:52 +0000
@@ -1231,6 +1231,7 @@
     report_file_error ("Spawning child process", Qnil);
   return pid;
 #endif  /* MSDOS */
+#endif  /* not WINDOWSNT */
 }
 
 #ifndef WINDOWSNT


reply via email to

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