| To: | xfs@xxxxxxxxxxx |
|---|---|
| Subject: | [PATCH 02/14] xfsprogs: Add XATTR_LIST_MAX to OS X headers |
| From: | Jan Tulak <jtulak@xxxxxxxxxx> |
| Date: | Tue, 15 Sep 2015 11:59:12 +0200 |
| Cc: | Jan Tulak <jtulak@xxxxxxxxxx> |
| Delivered-to: | xfs@xxxxxxxxxxx |
| In-reply-to: | <1442311164-12921-1-git-send-email-jtulak@xxxxxxxxxx> |
| References: | <1442311164-12921-1-git-send-email-jtulak@xxxxxxxxxx> |
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.3
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH 05/14] xfsprogs: Add includes required for OS X builds (delta), Jan Tulak |
|---|---|
| Next by Date: | [PATCH 06/14] xfsprogs: Add autoconf check for fsetxattr call, Jan Tulak |
| Previous by Thread: | [PATCH 05/14] xfsprogs: Add includes required for OS X builds (delta), Jan Tulak |
| Next by Thread: | [PATCH 06/14] xfsprogs: Add autoconf check for fsetxattr call, Jan Tulak |
| Indexes: | [Date] [Thread] [Top] [All Lists] |