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-10-26 18:29:02 +0400
committerJonathan Pryor <jpryor@novell.com>2006-10-26 18:29:02 +0400
commit181685972733a2109a12e24f75558b16ae32cbf8 (patch)
tree74ac1458b2542cc2d28cde4c3929f3f9666a8b6b /support
parentd6dbdbb734191fb517e13e2ad0feb5f2325c0a8f (diff)
* Makefile.am: Add "mph.h" to the generated code for map.c, so that
EOVERFLOW is defined on Win32. * map.c: Flush (adds #include "mph.h"). svn path=/trunk/mono/; revision=66991
Diffstat (limited to 'support')
-rw-r--r--support/ChangeLog6
-rw-r--r--support/Makefile.am1
-rw-r--r--support/map.c1
3 files changed, 8 insertions, 0 deletions
diff --git a/support/ChangeLog b/support/ChangeLog
index 4636f62eec6..8c1ea7f9088 100644
--- a/support/ChangeLog
+++ b/support/ChangeLog
@@ -1,3 +1,9 @@
+2006-10-26 Jonathan Pryor <jonpryor@vt.edu>
+
+ * Makefile.am: Add "mph.h" to the generated code for map.c, so that
+ EOVERFLOW is defined on Win32.
+ * map.c: Flush (adds #include "mph.h").
+
2006-10-25 Wade berrier <wberrier@novell.com>
* Makefile.am: remove map-icalls.h so make dist succeeds
diff --git a/support/Makefile.am b/support/Makefile.am
index 350e82921ab..5bef8c8ddd8 100644
--- a/support/Makefile.am
+++ b/support/Makefile.am
@@ -115,6 +115,7 @@ refresh:
--autoconf-header="<syslog.h>" \
--impl-header="<dirent.h>" \
--impl-header="<utime.h>" \
+ --impl-header="\"mph.h\"" \
--rename-member=st_atime=st_atime_ \
--rename-member=st_ctime=st_ctime_ \
--rename-member=st_mtime=st_mtime_ \
diff --git a/support/map.c b/support/map.c
index a176a550cc6..a8563a7f7a9 100644
--- a/support/map.c
+++ b/support/map.c
@@ -58,6 +58,7 @@
#endif /* ndef HAVE_SYSLOG_H */
#include <dirent.h>
#include <utime.h>
+#include "mph.h"
#include "map.h"