diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/sysdep.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/sysdep.c b/src/sysdep.c index ad78bc65a92..7e1be187254 100644 --- a/src/sysdep.c +++ b/src/sysdep.c | |||
| @@ -193,10 +193,9 @@ static int baud_convert[] = | |||
| 193 | extern short ospeed; | 193 | extern short ospeed; |
| 194 | 194 | ||
| 195 | /* The file descriptor for Emacs's input terminal. | 195 | /* The file descriptor for Emacs's input terminal. |
| 196 | Under Unix, this is normaly zero except when using X; | 196 | Under Unix, this is normally zero except when using X; |
| 197 | under VMS, we place the input channel number here. | 197 | under VMS, we place the input channel number here. */ |
| 198 | This allows us to write more code that works for both VMS and Unix. */ | 198 | int input_fd; |
| 199 | static int input_fd; | ||
| 200 | 199 | ||
| 201 | /* Specify a different file descriptor for further input operations. */ | 200 | /* Specify a different file descriptor for further input operations. */ |
| 202 | 201 | ||