OS X has no XATTR_LIST_MAX value. So add it to the platform header. Signed-off-by: Jan Tulak <jtulak@xxxxxxxxxx> --- include/darwin.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/darwin.h b/include/darwin.h index b904898..4b7ba3a 100644 --- a/include/darwin.h +++ b/include/darwin.h @@ -39,6 +39,11 @@ # ifndef SYS_fsctl # define SYS_fsctl 242 # endif + +#ifndef XATTR_LIST_MAX +#define XATTR_LIST_MAX 65536 +#endif + static __inline__ int xfsctl(const char *path, int fd, int cmd, void *p) { return syscall(SYS_fsctl, path, cmd, p, 0); -- 2.4.5 _______________________________________________ xfs mailing list xfs@xxxxxxxxxxx http://oss.sgi.com/mailman/listinfo/xfs