From 12e89e42d8ecf572429d6fa6678082a4a1fde728 Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Fri, 12 May 2000 21:36:29 +0000 Subject: [PATCH] Fixed to work again without USE_GUSI --- Mac/Modules/macmodule.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Mac/Modules/macmodule.c b/Mac/Modules/macmodule.c index b2849121a5..c2224f00bd 100644 --- a/Mac/Modules/macmodule.c +++ b/Mac/Modules/macmodule.c @@ -68,12 +68,9 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. #undef sync int sync(void); #else -#ifdef x__MWERKS__ -#include -#else +#define mode_t int #include #endif -#endif /* Optional routines, for some compiler/runtime combinations */ #if defined(USE_GUSI) || !defined(__MWERKS__) -- 2.40.0