X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/1ff5450d31ee81523f5af44acfc4556e5aa91036..bb0f7089fea7318a48b0fc3a4b052330a9fabcc3:/syscall.c?ds=sidebyside diff --git a/syscall.c b/syscall.c index a8470e14..16d0a964 100644 --- a/syscall.c +++ b/syscall.c @@ -149,7 +149,7 @@ OFF_T do_lseek(int fd, OFF_T offset, int whence) #endif } -#if HAVE_MMAP +#ifdef USE_MMAP void *do_mmap(void *start, int len, int prot, int flags, int fd, OFF_T offset) { #if HAVE_OFF64_T