mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-15 07:54:13 +00:00
Solaris has moved from being SYSVONLY to not so. We still need sys/fcntl.h though.
modified: src/ldsout.c
This commit is contained in:
parent
82090e5c3d
commit
ffc8f06fc3
@ -27,9 +27,9 @@ static char *id = "$Id: ldsout.c,v 1.4 2001/12/26 22:17:02 sybalsky Exp $ Copyri
|
||||
#include <sys/stat.h>
|
||||
#include <errno.h>
|
||||
|
||||
#ifdef SYSVONLY
|
||||
#if defined(SYSVONLY) || defined(OS5)
|
||||
#include <sys/fcntl.h>
|
||||
#endif /* SYSVONLY */
|
||||
#endif /* SYSVONLY || OS5 */
|
||||
|
||||
#ifdef DOS
|
||||
#include <fcntl.h>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user