X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/4db88e5b8f73731d52f853d78fe7dffbb14a2ec4..394bcdb5e34b3eb7d34f04ad2285a3b289d9f318:/options.c diff --git a/options.c b/options.c index 5aae00d9..2c3515fb 100644 --- a/options.c +++ b/options.c @@ -197,8 +197,9 @@ static void print_rsync_version(enum logcode f) get_panic_action()); #endif -#ifdef NO_INT64 - rprintf(f, "WARNING: no 64-bit integers on this platform!\n"); +#ifdef INT64_IS_OFF_T + if (sizeof (int64) < 8) + rprintf(f, "WARNING: no 64-bit integers on this platform!\n"); #endif rprintf(f,