changeset 5371:63aa7b7e42c5

(read_avail_input): Turn O_NDELAY off on DGUX as on USG.
author Richard M. Stallman <rms@gnu.org>
date Thu, 30 Dec 1993 07:49:15 +0000
parents 45ed020959f1
children ac927443eae9
files src/keyboard.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/keyboard.c	Thu Dec 30 07:38:11 1993 +0000
+++ b/src/keyboard.c	Thu Dec 30 07:49:15 1993 +0000
@@ -3170,9 +3170,9 @@
 	}
 
 #ifndef FIONREAD
-#ifdef USG
+#if defined (USG) || defined (DGUX)
       fcntl (fileno (stdin), F_SETFL, 0);
-#endif /* USG */
+#endif /* USG or DGUX */
 #endif /* no FIONREAD */
       for (i = 0; i < nread; i++)
 	{