mirror of
https://github.com/Interlisp/maiko.git
synced 2026-02-01 14:22:27 +00:00
Remove platform support for Apollo/Domain. (#30)
This commit is contained in:
@@ -34,13 +34,11 @@ static char *id = "$Id: ufs.c,v 1.2 1999/01/03 02:07:41 sybalsky Exp $ Copyright
|
||||
#include <sys/stat.h>
|
||||
#include <sys/time.h>
|
||||
#ifndef AIX
|
||||
#ifndef APOLLO
|
||||
#ifndef MACOSX
|
||||
#ifndef FREEBSD
|
||||
#include <sys/vfs.h>
|
||||
#endif /* FREEBSD */
|
||||
#endif /* MACOSX */
|
||||
#endif /* APOLLO */
|
||||
#endif /* AIX */
|
||||
|
||||
#if defined(SYSVONLY) || defined(FREEBSD) || defined(OS5)
|
||||
|
||||
Reference in New Issue
Block a user