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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user