X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/754d120c98d699b5cb9eae20967de0dd949028cd..27d3cdbc943a57d64f4f2a35a4f1e1b15d9ca41f:/syscall.c 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