X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/2624e005e2c2407c8e108230e6615d2aaba42617..14ebc5b618ec6d4668e120acc7a75ae8efd677e7:/rsync.h diff --git a/rsync.h b/rsync.h index 4a5313e9..3404da78 100644 --- a/rsync.h +++ b/rsync.h @@ -465,6 +465,8 @@ typedef unsigned int mode_t; #endif #ifndef HAVE_OFF_T typedef long off_t; +#undef SIZEOF_OFF_T +#define SIZEOF_OFF_T SIZEOF_LONG #endif #ifndef HAVE_SIZE_T typedef unsigned int size_t;