summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/ChangeLog5
-rw-r--r--src/include/win-mac.h2
2 files changed, 6 insertions, 1 deletions
diff --git a/src/include/ChangeLog b/src/include/ChangeLog
index d8281520a..b3c8848e0 100644
--- a/src/include/ChangeLog
+++ b/src/include/ChangeLog
@@ -1,3 +1,8 @@
+Wed Jul 1 19:14:25 1998 Theodore Y. Ts'o <tytso@mit.edu>
+
+ * win-mac.h: Make size_t to be an unsigned long instead of
+ unsigned int.
+
1998-05-26 Theodore Ts'o <tytso@rsts-11.mit.edu>
* krb5.hin: Declare krb5_auth_con_setrcache and
diff --git a/src/include/win-mac.h b/src/include/win-mac.h
index a76494336..cad5dab84 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>