mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-14 23:46:14 +00:00
Simplify including sun/fbio.h. (#130)
Both sides of this #ifdef were the same, so just collapse it. This code isn't actually relevant any longer, but this removes an OS-specific #ifdef, making inspection of platform specific code a bit easier.
This commit is contained in:
parent
16019c24eb
commit
530aa4ce6d
@ -25,11 +25,7 @@
|
||||
#endif
|
||||
|
||||
#ifdef USESUNSCREEN
|
||||
#ifdef OS5
|
||||
#include <sys/fbio.h>
|
||||
#else
|
||||
#include <sun/fbio.h>
|
||||
#endif /* OS5 */
|
||||
#endif /* USESUNSCREEN */
|
||||
|
||||
#include "unixfork.h"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user