mirror of
https://github.com/Interlisp/maiko.git
synced 2026-02-13 11:24:47 +00:00
Changes necessary to compile for OS5 (Solaris 10/11) when -DSYSVONLY is removed from the compilation flags.
modified: src/dsk.c modified: src/ldeether.c modified: src/main.c modified: src/timer.c modified: src/ufs.c modified: src/unixfork.c modified: src/vmemsave.c modified: src/xrdopt.c
This commit is contained in:
@@ -66,7 +66,7 @@ typedef int clockid_t;
|
||||
#include <unistd.h>
|
||||
#endif /* HPUX */
|
||||
|
||||
#ifdef SYSVONLY
|
||||
#if defined(SYSVONLY) || defined(OS5)
|
||||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
#endif /* SYSVONLY */
|
||||
|
||||
Reference in New Issue
Block a user