Refer to the right lsetxattr() caller in a error message.
[rsync.git] / getfsdev.c
index 85928a60678ca93fe82e3a530ea5fe631a110bd2..3b113bd437ae66dc4b7c5a7a98ebb866e432942e 100644 (file)
@@ -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);