projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a8be84d
)
Changed stat.h typedefs to not be included if building with CodeWarrior, to prevent...
author
Miro Jurisic
<meeroh@mit.edu>
Sat, 27 Mar 1999 22:38:24 +0000
(22:38 +0000)
committer
Miro Jurisic
<meeroh@mit.edu>
Sat, 27 Mar 1999 22:38:24 +0000
(22:38 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11321
dc483132
-0cff-0310-8789-
dd5450dbe970
src/include/win-mac.h
patch
|
blob
|
history
diff --git
a/src/include/win-mac.h
b/src/include/win-mac.h
index a666f32d676bff233a7da5218d09c73876078fde..02f3226f639890f6b5dea13aebc74370a1293e8d 100644
(file)
--- a/
src/include/win-mac.h
+++ b/
src/include/win-mac.h
@@
-259,6
+259,7
@@
typedef unsigned long size_t;
*/
/* there is no <stat.h> 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 */