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: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/process.c
Date: Fri, 12 Jul 2002 07:13:47 -0400

Index: emacs/src/process.c
diff -c emacs/src/process.c:1.374 emacs/src/process.c:1.375
*** emacs/src/process.c:1.374   Thu Jul 11 10:14:34 2002
--- emacs/src/process.c Fri Jul 12 07:13:47 2002
***************
*** 5117,5123 ****
  #endif /* ! defined (TCGETA) */
  #endif /* ! defined (TIOCGLTC) && defined (TIOCGETC) */
  #endif /* ! defined HAVE_TERMIOS */
! #endif /* ! defined (SIGNALS_VIA_CHARACTERS) */
  
  #ifdef TIOCGPGRP 
        /* Get the pgrp using the tty itself, if we have that.
--- 5117,5125 ----
  #endif /* ! defined (TCGETA) */
  #endif /* ! defined (TIOCGLTC) && defined (TIOCGETC) */
  #endif /* ! defined HAVE_TERMIOS */
!       abort ();
!       /* The code above always returns from the function.  */
! #endif /* defined (SIGNALS_VIA_CHARACTERS) */
  
  #ifdef TIOCGPGRP 
        /* Get the pgrp using the tty itself, if we have that.



reply via email to

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