mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-13 23:27:12 +00:00
MacOS does not need sys/vfs.h included.
This commit is contained in:
parent
3a2fbd1412
commit
5665ed91d7
@ -53,7 +53,9 @@ static char *id = "$Id: osmsg.c,v 1.2 1999/01/03 02:07:29 sybalsky Exp $ Copyrig
|
||||
#include <sys/time.h>
|
||||
#ifndef AIX
|
||||
#ifndef APOLLO
|
||||
#ifndef MACOSX
|
||||
#include <sys/vfs.h>
|
||||
#endif /* MACOSX */
|
||||
#endif /* APOLLO */
|
||||
#endif /* AIX */
|
||||
#ifndef SYSVONLY
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user