diff options
| author | Jan Djärv | 2003-02-21 18:13:53 +0000 |
|---|---|---|
| committer | Jan Djärv | 2003-02-21 18:13:53 +0000 |
| commit | 16782258774cc98c69709a16286ed0da91dc25cf (patch) | |
| tree | 85adb10cfbb3005b99776a97afc73ebffe3f1f0e /src/process.h | |
| parent | 2d772f45c19f1ec4161b8631c0540e9767ae4e52 (diff) | |
| download | emacs-16782258774cc98c69709a16286ed0da91dc25cf.tar.gz emacs-16782258774cc98c69709a16286ed0da91dc25cf.zip | |
Removed subtty, workaround for when TIOCSIGSEND fails.
Diffstat (limited to 'src/process.h')
| -rw-r--r-- | src/process.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/process.h b/src/process.h index 06dbb30fc03..6ad7f7ddf5e 100644 --- a/src/process.h +++ b/src/process.h | |||
| @@ -33,9 +33,6 @@ struct Lisp_Process | |||
| 33 | Lisp_Object infd; | 33 | Lisp_Object infd; |
| 34 | /* Descriptor by which we write to this process */ | 34 | /* Descriptor by which we write to this process */ |
| 35 | Lisp_Object outfd; | 35 | Lisp_Object outfd; |
| 36 | /* Descriptor for the tty which this process is using. | ||
| 37 | nil if we didn't record it (on some systems, there's no need). */ | ||
| 38 | Lisp_Object subtty; | ||
| 39 | /* Name of subprocess terminal. */ | 36 | /* Name of subprocess terminal. */ |
| 40 | Lisp_Object tty_name; | 37 | Lisp_Object tty_name; |
| 41 | /* Name of this process */ | 38 | /* Name of this process */ |