[Fakeroot-commits] [SCM] fakeroot branch, upstream, updated. debian/1.14.3-200-gb232f8a

Kyle J. McKay mackyle at gmail.com
Tue Aug 23 13:06:36 UTC 2011


The following commit has been merged in the upstream branch:
commit 7e03cfe6491e92df7c55f9200ef0d8260a8f226b
Author: Kyle J. McKay <mackyle at gmail.com>
Date:   Thu May 26 04:57:02 2011 -0700

    Add Mac OS X 10.5 compatibility

diff --git a/patchattr.h b/patchattr.h
index e357509..d6c62ce 100644
--- a/patchattr.h
+++ b/patchattr.h
@@ -15,6 +15,13 @@
 #include <sys/attr.h>
 #include <sys/mount.h>
 
+#ifndef ATTR_CMN_RETURNED_ATTRS
+#define ATTR_CMN_RETURNED_ATTRS                 0x80000000
+#endif
+#ifndef ATTR_CMN_FULLPATH
+#define ATTR_CMN_FULLPATH                       0x08000000
+#endif
+
 #ifdef LIBFAKEROOT_DEBUGGING
 extern int fakeroot_debug;
 

-- 
fakeroot



More information about the Fakeroot-commits mailing list