X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/422696201acf424dc0c46558f993d27e86bddd1b..49c2407141e85d9e3ce2a507db4c2facb7cd74b5:/getfsdev.c diff --git a/getfsdev.c b/getfsdev.c index 85928a60..3b113bd4 100644 --- a/getfsdev.c +++ b/getfsdev.c @@ -6,7 +6,7 @@ int ret; while (--argc > 0) { -#if USE_STAT64_FUNCS +#ifdef USE_STAT64_FUNCS ret = stat64(*++argv, &st); #else ret = stat(*++argv, &st);