1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-04-25 20:11:36 +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

@@ -29,10 +29,6 @@ static char *id = "@(#) uraid.c 1.52 4/23/92 (Venue & Fuji Xerox)";
#define vfork fork
#endif /* ISC */
#ifdef INDIGO
#define vfork fork
#endif /* INDIGO */
#include <sys/types.h>
#ifndef DOS
#include <sys/file.h>