diff src/process.h @ 49903:6dc5bfe9589b

Removed subtty, workaround for when TIOCSIGSEND fails.
author Jan Djärv <jan.h.d@swipnet.se>
date Fri, 21 Feb 2003 18:13:53 +0000
parents 9f435c19ea6f
children 695cf19ef79e
line wrap: on
line diff
--- a/src/process.h	Fri Feb 21 16:38:34 2003 +0000
+++ b/src/process.h	Fri Feb 21 18:13:53 2003 +0000
@@ -33,9 +33,6 @@
     Lisp_Object infd;
     /* Descriptor by which we write to this process */
     Lisp_Object outfd;
-    /* Descriptor for the tty which this process is using.
-       nil if we didn't record it (on some systems, there's no need).  */
-    Lisp_Object subtty;
     /* Name of subprocess terminal.  */
     Lisp_Object tty_name;
     /* Name of this process */