From: Wayne Davison Date: Sun, 29 Jan 2006 20:30:07 +0000 (+0000) Subject: Renamed the PERMS_* defines to ATTRS_* defines. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/8eda7a4bb819172a1efd06efa9694d1ec1383645 Renamed the PERMS_* defines to ATTRS_* defines. --- diff --git a/rsync.h b/rsync.h index a5715a3d..89af08cd 100644 --- a/rsync.h +++ b/rsync.h @@ -117,8 +117,8 @@ #define XFLG_ANCHORED2ABS (1<<2) #define XFLG_ABS_IF_SLASH (1<<3) -#define PERMS_REPORT (1<<0) -#define PERMS_SKIP_MTIME (1<<1) +#define ATTRS_REPORT (1<<0) +#define ATTRS_SKIP_MTIME (1<<1) #define FULL_FLUSH 1 #define NORMAL_FLUSH 0