X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/e2c1e482e004b8f992156bf436d4bf34cee1ee1d..c1c2c8ff6048202e9f682948b86772f98145610c:/syscall.c diff --git a/syscall.c b/syscall.c index eab25a55..c6c571a6 100644 --- a/syscall.c +++ b/syscall.c @@ -82,7 +82,7 @@ int do_symlink(const char *lnk, const char *fname) return symlink(lnk, fname); } -#ifdef NO_SYMLINK_XATTRS +#if defined NO_SYMLINK_XATTRS || defined NO_SYMLINK_USER_XATTRS ssize_t do_readlink(const char *path, char *buf, size_t bufsiz) { /* For --fake-super, we read the link from the file. */