X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/6d56efa6ea66afa2e6f4eb79d9dd5f3b54b723c3..5dd14f0c3388f69932d521915e039e32b9e6d970:/xattrs.c diff --git a/xattrs.c b/xattrs.c index 051c08d9..28d147d9 100644 --- a/xattrs.c +++ b/xattrs.c @@ -21,6 +21,7 @@ #include "rsync.h" #include "ifuncs.h" +#include "inums.h" #include "lib/sysxattrs.h" #ifdef SUPPORT_XATTRS @@ -136,7 +137,7 @@ static ssize_t get_xattr_names(const char *fname) got_error: rsyserr(FERROR_XFER, errno, "get_xattr_names: llistxattr(\"%s\",%s) failed", - fname, big_num(arg, 0)); + fname, big_num(arg)); return -1; } list_len = sys_llistxattr(fname, NULL, 0);