X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/60a986f504a2aa5ba95a760248a2e0b357d2e15c..4ecf3e067151e45dc7dead9862416722dcb4a20f:/rsync.h diff --git a/rsync.h b/rsync.h index aa33a4b9..a600152d 100644 --- a/rsync.h +++ b/rsync.h @@ -497,10 +497,12 @@ typedef unsigned int size_t; #if SIZEOF_OFF_T == 8 || !SIZEOF_OFF64_T || !defined HAVE_STRUCT_STAT64 #define OFF_T off_t #define STRUCT_STAT struct stat +#define SIZEOF_CAPITAL_OFF_T SIZEOF_OFF_T #else #define OFF_T off64_t #define STRUCT_STAT struct stat64 #define USE_STAT64_FUNCS 1 +#define SIZEOF_CAPITAL_OFF_T SIZEOF_OFF64_T #endif /* CAVEAT: on some systems, int64 will really be a 32-bit integer IFF