mirror of
https://github.com/Interlisp/maiko.git
synced 2026-02-05 16:04:45 +00:00
SunOS bug avoidances should only execute when on SunOS
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user