commit | 12e89e42d8ecf572429d6fa6678082a4a1fde728 | [log] [tgz] |
---|---|---|
author | Jack Jansen <jack.jansen@cwi.nl> | Fri May 12 21:36:29 2000 +0000 |
committer | Jack Jansen <jack.jansen@cwi.nl> | Fri May 12 21:36:29 2000 +0000 |
tree | 4bad6ce647a1e2a504a8d1c0f9a894b85bff4f21 | |
parent | 48b486b0540d36cbd27d4bb8b5fe0c3f5cc4254e [diff] [blame] |
Fixed to work again without USE_GUSI
diff --git a/Mac/Modules/macmodule.c b/Mac/Modules/macmodule.c index b284912..c2224f0 100644 --- a/Mac/Modules/macmodule.c +++ b/Mac/Modules/macmodule.c
@@ -68,12 +68,9 @@ #undef sync int sync(void); #else -#ifdef x__MWERKS__ -#include <unix.h> -#else +#define mode_t int #include <fcntl.h> #endif -#endif /* Optional routines, for some compiler/runtime combinations */ #if defined(USE_GUSI) || !defined(__MWERKS__)