From 12f318a6fcadcc235effe2a8dcbf35000f68fce0 Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Fri, 8 Aug 1997 14:53:16 +0000 Subject: Don't define ENOENT when compiling with MSL --- Mac/mwerks/errno_unix.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/Mac/mwerks/errno_unix.h b/Mac/mwerks/errno_unix.h index bdb9bc7..7f63ef6 100644 --- a/Mac/mwerks/errno_unix.h +++ b/Mac/mwerks/errno_unix.h @@ -36,9 +36,7 @@ PERFORMANCE OF THIS SOFTWARE. #define EEXIST (-48) #define EBUSY (-47) #define EROFS (-44) -#ifndef __MSL__ #define ENOENT (-43) -#endif #define ENFILE (-42) #define EIO (-36) #define ENOSPC (-34) -- cgit v0.12