mirror of
https://github.com/Interlisp/maiko.git
synced 2026-05-03 23:09:34 +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;
|
int i;
|
||||||
char *key;
|
char *key;
|
||||||
|
|
||||||
|
#if defined(OS4)
|
||||||
for (i = 0; i < 5000; i++) { /* IDLE LOOP */
|
for (i = 0; i < 5000; i++) { /* IDLE LOOP */
|
||||||
} /* because of a SunOS bug */
|
} /* because of a SunOS bug */
|
||||||
|
#endif
|
||||||
|
|
||||||
/* clear the keyboard field in devconfig */
|
/* clear the keyboard field in devconfig */
|
||||||
InterfacePage->devconfig &= 0xfff8;
|
InterfacePage->devconfig &= 0xfff8;
|
||||||
|
|||||||
Reference in New Issue
Block a user