From: Jack Jansen Date: Fri, 8 Aug 1997 14:53:16 +0000 (+0000) Subject: Don't define ENOENT when compiling with MSL X-Git-Tag: v1.5a3~119 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=12f318a6fcadcc235effe2a8dcbf35000f68fce0;p=thirdparty%2FPython%2Fcpython.git Don't define ENOENT when compiling with MSL --- diff --git a/Mac/mwerks/errno_unix.h b/Mac/mwerks/errno_unix.h index bdb9bc790d8d..7f63ef6dba9b 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)