summaryrefslogtreecommitdiffstats
path: root/src/include/win-mac.h
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1997-07-15 16:37:05 +0000
committerTheodore Tso <tytso@mit.edu>1997-07-15 16:37:05 +0000
commitc76c067028376e5211c617392f01efc108e93985 (patch)
treeb27aaf5fab402538e847707ac141b0be3a4fe464 /src/include/win-mac.h
parent1de6d49d398c22e83c5fcd0d48bc24d28c495304 (diff)
downloadkrb5-c76c067028376e5211c617392f01efc108e93985.tar.gz
krb5-c76c067028376e5211c617392f01efc108e93985.tar.xz
krb5-c76c067028376e5211c617392f01efc108e93985.zip
Remove (probably unneeded) size_t definition
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10116 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include/win-mac.h')
-rw-r--r--src/include/win-mac.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/include/win-mac.h b/src/include/win-mac.h
index 1e58e81af..8193ea47f 100644
--- a/src/include/win-mac.h
+++ b/src/include/win-mac.h
@@ -84,10 +84,6 @@
#endif /* _MSDOS */
-#ifndef _SIZE_T_DEFINED
-typedef unsigned int size_t;
-#define _SIZE_T_DEFINED
-#endif /* !_SIZE_T_DEFINED */
#ifndef KRB5_SYSTYPES__
#define KRB5_SYSTYPES__
#include <sys/types.h>