From: Wayne Davison Date: Fri, 28 Jan 2005 16:27:02 +0000 (+0000) Subject: Changed HAVE_OFF64_T to SIZEOF_OFF64_T. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/d679c8390aa7579eb627837a0498c3981e745dad Changed HAVE_OFF64_T to SIZEOF_OFF64_T. --- 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