after applying the acl patch rsync fails to compile and fails with error "acls.c:23:25: lib/sysacls.h: No such file or directory", sysacl.h resides in the source root. when sysacl.h is moved to the lib/ directory make configues but then fails on compile of rsync executable with error "gcc: lib/sysacls.o: No such file or directory". sysacls.c is also in the source root directory but has not been compiled as an object. if i compile sysacls.o and copy it into the lib directory and the run make the rsync build completes. i've tried building on both solaris and suse linux with the same results. thanks darin
If you use the proper -p0 option to patch, it works fine.