Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Pryor <jpryor@novell.com>2006-11-02 05:35:09 +0300
committerJonathan Pryor <jpryor@novell.com>2006-11-02 05:35:09 +0300
commitaa0f7790e5dc11862a86f98a8e83becdc161faca (patch)
tree7e963fcd7c151a7845e82f7cea1b0f0ebe7c60c0 /ChangeLog
parentd6267c679d11da03221a931772467fd2b8ca7d1b (diff)
* configure.in: Add type checks for blkcnt_t, blksize_t, suseconds_t. Some
versions of Mac OS X don't define these, needed by support/map.c. * support/mph.h: Add fallback typedefs for blkcnt_t, blksize_t, suseconds_t so that map.c can rely on their presence. (Some versions of OS X don't provide these typedefs.) svn path=/trunk/mono/; revision=67252
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e843d55dfbd..cb7b075cbfa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-11-01 Jonathan Pryor <jonpryor@vt.edu>
+
+ * configure.in: Add type checks for blkcnt_t, blksize_t, suseconds_t. Some
+ versions of Mac OS X don't define these, needed by support/map.c.
+
2006-10-26 Jonathan Pryor <jonpryor@vt.edu>
* configure.in: Add type checks for structs pollfd, stat, timeval, timezone.