Fix alignment issue on 64-bit. Solution from Steve Ortiz.
[rsync/rsync-patches.git] / osx-xattr-nodev.diff
CommitLineData
5ae2d14e
WD
1This patch makes the xattr functions skip devices and special files,
2because OS X returns the wrong errno when getting/setting xattrs on
3them (it returns EPERM instead of ENOTSUP).
4
5To 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
c1ff70aa 11based-on: a01e3b490eb36ccf9e704840e1b6683dab867550