From: Miro Jurisic Date: Sat, 27 Mar 1999 22:38:24 +0000 (+0000) Subject: Changed stat.h typedefs to not be included if building with CodeWarrior, to prevent... X-Git-Tag: krb5-1.1-beta1~255 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4bd9393ffdabad4f555fd27404414d944d8fbf81;p=krb5.git Changed stat.h typedefs to not be included if building with CodeWarrior, to prevent conflicts with MSL stat.h git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11321 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/include/win-mac.h b/src/include/win-mac.h index a666f32d6..02f3226f6 100644 --- a/src/include/win-mac.h +++ b/src/include/win-mac.h @@ -259,6 +259,7 @@ typedef unsigned long size_t; */ /* there is no for mpw */ +#ifndef __MWERKS__ typedef unsigned long mode_t; typedef unsigned long ino_t; typedef unsigned long dev_t; @@ -267,7 +268,6 @@ typedef unsigned long uid_t; typedef unsigned long gid_t; typedef long off_t; -#ifndef __MWERKS__ struct stat { mode_t st_mode; /* File mode; see #define's below */