1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-18 17:07:24 +00:00

MacOS does not need sys/vfs.h included.

This commit is contained in:
Nick Briggs 2017-05-24 15:32:53 -07:00
parent 8d8ec278f4
commit 3a2fbd1412

View File

@ -44,7 +44,9 @@ static char *id = "$Id: ufs.c,v 1.2 1999/01/03 02:07:41 sybalsky Exp $ Copyright
#include <sys/time.h>
#ifndef AIX
#ifndef APOLLO
#ifndef MACOSX
#include <sys/vfs.h>
#endif /* MACOSX */
#endif /* APOLLO */
#endif /* AIX */