# HG changeset patch # User Richard M. Stallman # Date 782798100 0 # Node ID 3c2685c4e09d2e769973db5e46bcc31e356a0ca4 # Parent 4295137050dd1d1b64895e08d3472fb0efca5dc4 (input_fd): No longer static. diff -r 4295137050dd -r 3c2685c4e09d src/sysdep.c --- a/src/sysdep.c Sat Oct 22 03:54:14 1994 +0000 +++ b/src/sysdep.c Sat Oct 22 03:55:00 1994 +0000 @@ -193,10 +193,9 @@ extern short ospeed; /* The file descriptor for Emacs's input terminal. - Under Unix, this is normaly zero except when using X; - under VMS, we place the input channel number here. - This allows us to write more code that works for both VMS and Unix. */ -static int input_fd; + Under Unix, this is normally zero except when using X; + under VMS, we place the input channel number here. */ +int input_fd; /* Specify a different file descriptor for further input operations. */