1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-14 15:36:34 +00:00

SunOS bug avoidances should only execute when on SunOS

This commit is contained in:
Nick Briggs 2023-05-16 21:18:15 -07:00
parent e8daed41ea
commit a6d645ce9b

View File

@ -425,8 +425,10 @@ void keyboardtype(int fd)
int i;
char *key;
#if defined(OS4)
for (i = 0; i < 5000; i++) { /* IDLE LOOP */
} /* because of a SunOS bug */
#endif
/* clear the keyboard field in devconfig */
InterfacePage->devconfig &= 0xfff8;