From 8eda7a4bb819172a1efd06efa9694d1ec1383645 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sun, 29 Jan 2006 20:30:07 +0000 Subject: [PATCH] Renamed the PERMS_* defines to ATTRS_* defines. --- rsync.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.34.1