Revised version was applied to 3.1.0dev source.
[rsync-patches.git] / osx-xattr-nodev.diff
1 This patch makes the xattr functions skip devices and special files,
2 because OS X returns the wrong errno when getting/setting xattrs on
3 them (it returns EPERM instead of ENOTSUP).
4
5 To use this patch, run these commands for a successful build:
6
7     patch -p1 <patches/osx-xattr-nodev.diff
8     ./configure                         (optional if already run)
9     make
10
11 based-on: d64bda1c1e79dc385f194d74f7957ce7cd118654