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-06-05 20:26:50 +0400
committerJonathan Pryor <jpryor@novell.com>2005-06-05 20:26:50 +0400
commit6a19eba0c411083c69e73328a161bf8a00370477 (patch)
tree5e5be7bf7f17ae96fe22787002c599b241b7d9e6 /support
parentfd5ea40cb61c550ba472d814dd26600fcff182d4 (diff)
* map-icalls.h, map.h: Change header comment so it matches what
`make refresh` generates. * map.c: Add <sys/xattr.h> header. svn path=/trunk/mono/; revision=45438
Diffstat (limited to 'support')
-rw-r--r--support/ChangeLog6
-rw-r--r--support/map-icalls.h2
-rw-r--r--support/map.c9
-rw-r--r--support/map.h2
4 files changed, 14 insertions, 5 deletions
diff --git a/support/ChangeLog b/support/ChangeLog
index 7c1c8b10663..e4a84feeeca 100644
--- a/support/ChangeLog
+++ b/support/ChangeLog
@@ -1,3 +1,9 @@
+2005-06-05 Jonathan Pryor <jonpryor@vt.edu>
+
+ * map-icalls.h, map.h: Change header comment so it matches what
+ `make refresh` generates.
+ * map.c: Add <sys/xattr.h> header.
+
2005-05-31 Jonathan Pryor <jonpryor@vt.edu>
* sys-mman.c: Add wrappers for mmap, munmap, mprotect, msync, mlock,
diff --git a/support/map-icalls.h b/support/map-icalls.h
index 98122454f77..1b67b11665c 100644
--- a/support/map-icalls.h
+++ b/support/map-icalls.h
@@ -1,5 +1,5 @@
/*
- * This file was automatically generated by make-map from Mono.Posix.dll.
+ * This file was automatically generated by make-map from ../../mcs/class/lib/default/Mono.Posix.dll.
*
* DO NOT MODIFY.
*/
diff --git a/support/map.c b/support/map.c
index 83551ad266e..5e17e11b517 100644
--- a/support/map.c
+++ b/support/map.c
@@ -21,6 +21,12 @@
#ifdef HAVE_SYS_WAIT_H
#include <sys/wait.h>
#endif
+#ifdef HAVE_SYS_STATVFS_H
+#include <sys/statvfs.h>
+#endif
+#ifdef HAVE_SYS_XATTR_H
+#include <sys/xattr.h>
+#endif
#include <unistd.h>
#include <fcntl.h>
#include <signal.h>
@@ -34,9 +40,6 @@
#ifdef HAVE_SYSLOG_H
#include <syslog.h>
#endif
-#ifdef HAVE_SYS_STATVFS_H
-#include <sys/statvfs.h>
-#endif
int Mono_Posix_FromError (int x, int *r)
{
diff --git a/support/map.h b/support/map.h
index abfb9e76ce8..f4e9695afaa 100644
--- a/support/map.h
+++ b/support/map.h
@@ -1,5 +1,5 @@
/*
- * This file was automatically generated by make-map from ../../mcs/class/lib/default/Mono.Posix.dll
+ * This file was automatically generated by make-map from ../../mcs/class/lib/default/Mono.Posix.dll.
*
* DO NOT MODIFY.
*/