From 4bd9393ffdabad4f555fd27404414d944d8fbf81 Mon Sep 17 00:00:00 2001 From: Miro Jurisic Date: Sat, 27 Mar 1999 22:38:24 +0000 Subject: 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 --- src/include/win-mac.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include/win-mac.h') diff --git a/src/include/win-mac.h b/src/include/win-mac.h index a666f32d67..02f3226f63 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 */ -- cgit