emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/process.c


From: Steven Tamm
Subject: [Emacs-diffs] Changes to emacs/src/process.c
Date: Mon, 19 Jul 2004 01:05:14 -0400

Index: emacs/src/process.c
diff -c emacs/src/process.c:1.432 emacs/src/process.c:1.433
*** emacs/src/process.c:1.432   Sun Jun 13 22:37:07 2004
--- emacs/src/process.c Mon Jul 19 04:42:43 2004
***************
*** 4190,4201 ****
          SELECT_TYPE Atemp, Ctemp;
  
          Atemp = input_wait_mask;
! #ifdef MAC_OSX
!           /* On Mac OS X, the SELECT system call always says input is
               present (for reading) at stdin, even when none is.  This
               causes the call to SELECT below to return 1 and
               status_notify not to be called.  As a result output of
!              subprocesses are incorrectly discarded.  */
            FD_CLR (0, &Atemp);
  #endif
          Ctemp = connect_wait_mask;
--- 4190,4202 ----
          SELECT_TYPE Atemp, Ctemp;
  
          Atemp = input_wait_mask;
! #if 0
!           /* On Mac OS X 10.0, the SELECT system call always says input is
               present (for reading) at stdin, even when none is.  This
               causes the call to SELECT below to return 1 and
               status_notify not to be called.  As a result output of
!              subprocesses are incorrectly discarded.  
!         */
            FD_CLR (0, &Atemp);
  #endif
          Ctemp = connect_wait_mask;




reply via email to

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