*** keyboard.c-dis Thu Jul 20 05:32:59 1989 --- keyboard.c Mon Oct 1 23:15:59 1990 *************** *** 41,47 **** /* Get FIONREAD, if it is available. */ #ifdef USG ! #include #include #else /* not USG */ #ifndef VMS --- 41,52 ---- /* Get FIONREAD, if it is available. */ #ifdef USG ! #ifdef MINIX ! #include ! #include ! #else ! #include ! #endif #include #else /* not USG */ #ifndef VMS *************** *** 1889,1895 **** #else interrupt_input = 0; #endif ! sigfree (); dribble = 0; --- 1894,1902 ---- #else interrupt_input = 0; #endif ! #ifdef MINIX ! interrupt_input = 1; ! #endif sigfree (); dribble = 0;