summaryrefslogtreecommitdiffstats
path: root/src/include/win-mac.h
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1998-07-01 23:15:18 +0000
committerTheodore Tso <tytso@mit.edu>1998-07-01 23:15:18 +0000
commit1c76d586d9f337715f601cbfd6d1c2519f40ab01 (patch)
treeb9f357f7f67c20b6eec6b632114060ac5061a885 /src/include/win-mac.h
parentaa0b816209ff94cc9e955c3a83f4b96626180baa (diff)
downloadkrb5-1c76d586d9f337715f601cbfd6d1c2519f40ab01.tar.gz
krb5-1c76d586d9f337715f601cbfd6d1c2519f40ab01.tar.xz
krb5-1c76d586d9f337715f601cbfd6d1c2519f40ab01.zip
win-mac.h: Make size_t to be an unsigned long instead of unsigned int
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10608 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include/win-mac.h')
-rw-r--r--src/include/win-mac.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/win-mac.h b/src/include/win-mac.h
index a764943365..cad5dab84f 100644
--- a/src/include/win-mac.h
+++ b/src/include/win-mac.h
@@ -237,7 +237,7 @@ HINSTANCE get_lib_instance(void);
#define ENOMEM -1
#define ANSI_STDIO
#ifndef _SIZET
-typedef unsigned int size_t;
+typedef unsigned long size_t;
#define _SIZET
#endif
#include <unix.h>