[PATCH 02/14] xfsprogs: Add XATTR_LIST_MAX to OS X headers
Jan Tulak
jtulak at redhat.com
Tue Sep 15 04:59:12 CDT 2015
OS X has no XATTR_LIST_MAX value. So add it to the platform header.
Signed-off-by: Jan Tulak <jtulak at redhat.com>
---
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.3
More information about the xfs
mailing list