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:
parent
e8daed41ea
commit
a6d645ce9b
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user