From 0121a8ecad8dd27ad5c4f01e9322d8f13e1841c1 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sat, 29 Jan 2005 20:48:23 +0000 Subject: [PATCH] Renamed XFLG_ABS_PATH XFLG_ANCHORED2ABS. --- rsync.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rsync.h b/rsync.h index 013ba700..690d5a60 100644 --- a/rsync.h +++ b/rsync.h @@ -113,7 +113,7 @@ #define XFLG_WORD_SPLIT (1<<3) #define XFLG_DIRECTORY (1<<4) #define XFLG_NO_PREFIXES (1<<5) -#define XFLG_ABS_PATH (1<<6) +#define XFLG_ANCHORED2ABS (1<<6) #define PERMS_REPORT (1<<0) #define PERMS_SKIP_MTIME (1<<1) -- 2.34.1