1
0
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:
Bruce Mitchener
2020-12-13 09:57:07 +07:00
committed by GitHub
parent 1c28005420
commit 750d84c78c
17 changed files with 10 additions and 298 deletions

View File

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