1
0
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:
Nick Briggs 2017-05-24 15:33:11 -07:00
parent 3a2fbd1412
commit 5665ed91d7

View File

@ -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