From d679c8390aa7579eb627837a0498c3981e745dad Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Fri, 28 Jan 2005 16:27:02 +0000 Subject: [PATCH] Changed HAVE_OFF64_T to SIZEOF_OFF64_T. --- rsync.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rsync.h b/rsync.h index dd5a0860..05224e3f 100644 --- a/rsync.h +++ b/rsync.h @@ -318,7 +318,7 @@ enum msgcode { #define uint32 unsigned int32 #endif -#if HAVE_OFF64_T +#if SIZEOF_OFF64_T #define OFF_T off64_t #define STRUCT_STAT struct stat64 #else -- 2.34.1