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>2005-12-28 06:25:10 +0300
committerJonathan Pryor <jpryor@novell.com>2005-12-28 06:25:10 +0300
commit7d03031260b4f422995ceb69b3e38e8e4de826d6 (patch)
tree32e8ded6f92e60c064b2b28fbecc288c26f336f6 /ChangeLog
parent1a529e079b9742ec35351c6a7451999ff9d0c90e (diff)
* configure.in: Add check for <sys/mman.h>. Fixes #77091.
Thanks to Ben Gamari for the patch. * support/map.c: Include <sys/mman.h>. Fixes #77091. Thanks to Ben Gamari. svn path=/trunk/mono/; revision=54894
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 88618f94c6f..925ad8aee9c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-12-27 Jonathan Pryor <jonpryor@vt.edu>
+
+ * configure.in: Add check for <sys/mman.h>. Fixes #77091.
+ Thanks to Ben Gamari for the patch.
+
2005-12-26 Zoltan Varga <vargaz@gmail.com>
* configure.in: Add support for solaris/x86.