X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/d867229ba0fcc7f829047b7caaa2166685cadf6e..debb45054a3c4d4da3faac372e993b594e5a0df7:/io.c diff --git a/io.c b/io.c index 95177c4e..0021d956 100644 --- a/io.c +++ b/io.c @@ -187,7 +187,7 @@ int64 read_longint(int f) if (ret != -1) return ret; -#ifndef HAVE_LONGLONG +#ifdef NO_INT64 fprintf(FERROR,"Integer overflow - attempted 64 bit offset\n"); exit_cleanup(1); #else