Skip to content

Commit 530aa4c

Browse files
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.
1 parent 16019c2 commit 530aa4c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/ldeboot.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,7 @@
2525
#endif
2626

2727
#ifdef USESUNSCREEN
28-
#ifdef OS5
2928
#include <sys/fbio.h>
30-
#else
31-
#include <sun/fbio.h>
32-
#endif /* OS5 */
3329
#endif /* USESUNSCREEN */
3430

3531
#include "unixfork.h"

0 commit comments

Comments
 (0)