[PATCH 06/11] xfsprogs: Remove conflicting define for OS X
Jan Tulak
jtulak at redhat.com
Wed Aug 26 07:02:30 CDT 2015
ENOATTR already exists in OS X.
Signed-off-by: Jan Tulak <jtulak at redhat.com>
---
include/darwin.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/include/darwin.h b/include/darwin.h
index 82ccf04..72d9c1d 100644
--- a/include/darwin.h
+++ b/include/darwin.h
@@ -151,7 +151,6 @@ typedef int64_t xfs_daddr_t;
#define O_SYNC 0
#endif
-#define ENOATTR 989 /* Attribute not found */
#define EFSCORRUPTED 990 /* Filesystem is corrupted */
#define EFSBADCRC 991 /* Bad CRC detected */
#define constpp char * const *
--
2.4.5
More information about the xfs
mailing list