mirror of
https://github.com/Interlisp/maiko.git
synced 2026-04-30 21:59:15 +00:00
Remove SGI Irix platform support. (#33)
This platform had no emulation-related changes. Remove code for IRIX40, INDIGO definitions. In disk code, simplify a chain of #ifdef's around fsync handling.
This commit is contained in:
@@ -20,8 +20,6 @@ static char *id = "$Id: ufs.c,v 1.2 1999/01/03 02:07:41 sybalsky Exp $ Copyright
|
||||
#endif /* SYSVONLY */
|
||||
|
||||
#include <sys/file.h>
|
||||
#ifndef INDIGO
|
||||
/* Indigo has this duplicated in dirent.h, sigh. */
|
||||
#ifndef OS5
|
||||
#ifndef HPUX
|
||||
#ifndef FREEBSD
|
||||
@@ -29,7 +27,6 @@ static char *id = "$Id: ufs.c,v 1.2 1999/01/03 02:07:41 sybalsky Exp $ Copyright
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
#endif /* INDIGO */
|
||||
|
||||
#include <sys/stat.h>
|
||||
#include <sys/time.h>
|
||||
|
||||
Reference in New Issue
Block a user