From f5ea4b3b3944256a4d569191d3f6738690552d44 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Thu, 20 Jan 2005 23:51:52 +0000 Subject: [PATCH] Changed DEL_NO_RECURSE to DEL_RECURSE. --- rsync.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rsync.h b/rsync.h index 2a9918b0..ab3e8200 100644 --- a/rsync.h +++ b/rsync.h @@ -130,8 +130,8 @@ #define FNAMECMP_BACKUP 0x82 /* For calling delete_file() */ -#define DEL_DIR (1<<0) -#define DEL_NO_RECURSE (1<<1) +#define DEL_DIR (1<<0) +#define DEL_RECURSE (1<<1) /* recurse even w/o --force */ #define DEL_TERSE (1<<2) -- 2.34.1