From: Wayne Davison Date: Mon, 21 May 2007 01:04:34 +0000 (+0000) Subject: - Added a function to get/set all the access-bit values with a single X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/a30dcbc0a8850f63fe831e9f38259347ac4aaa7c?hp=a30dcbc0a8850f63fe831e9f38259347ac4aaa7c - Added a function to get/set all the access-bit values with a single call. This allows the per-OS compatibility code to construct the value with however many bits are supported by each OS. - Removed several functions that rsync doesn't (and won't) need. - Got rid of the do-nothing ACL code (the ACL code in rsync should be disabled on a system that we can't support). ---