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-04-19 14:30:19 +0400
committerJonathan Pryor <jpryor@novell.com>2005-04-19 14:30:19 +0400
commitd8dc7da080ba256b441d54029d0a08d8a2f10ff8 (patch)
tree668d87ff6a598714cd2157a29e7a19724ce5c52c /ChangeLog
parent6a8ab9a6aefa24a913e26a6d185e2146e5489d6d (diff)
* configure.in: Add check for <sys/xattr.h>.
Thanks to Daniel Drake <dsd@gentoo.org> for the patch. * support/map.c, support/map.h: Added XattrFlags values, functions. * support/sys-xattr.c: Added; <sys/xattr.h> wrapper functions. Thanks to Daniel Drake for writing these. * support/Makefile.am: Add sys-xattr.c to the build. svn path=/trunk/mono/; revision=43243
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d6a46c0b100..e4f656fb239 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-04-19 Jonathan Pryor <jonpryor@vt.edu>
+
+ * configure.in: Add check for <sys/xattr.h>.
+ Thanks to Daniel Drake <dsd@gentoo.org> for the patch.
+
2005-04-18 Zoltan Varga <vargaz@freemail.hu>
* configure.in: Applied another freebsd patch from Bill Middleton (flashdict@gmail.com).