From 565cde84a71b212b25289e0e32221a66b3263837 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sat, 4 Jul 2020 10:23:17 -0700 Subject: Don't turn off the user's open-noatime unless the module is forcing the value. --- rsync.h | 1 + 1 file changed, 1 insertion(+) (limited to 'rsync.h') diff --git a/rsync.h b/rsync.h index 2668d670..41c4052b 100644 --- a/rsync.h +++ b/rsync.h @@ -20,6 +20,7 @@ #define False 0 #define True 1 +#define Unset (-1) /* Our BOOL values are always an int. */ #define BLOCK_SIZE 700 #define RSYNC_RSH_ENV "RSYNC_RSH" -- cgit v1.2.1