From ad8371ffd1ea52c648231e8ea487009ed068d904 Mon Sep 17 00:00:00 2001 From: Jan Tulak Date: Wed, 14 Oct 2015 10:58:17 +1100 Subject: [PATCH] platform: Remove conflicting define for OS X ENOATTR already exists in OS X. Signed-off-by: Jan Tulak Reviewed-by: Christoph Hellwig Signed-off-by: Dave Chinner --- include/darwin.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/darwin.h b/include/darwin.h index 78f7df386..1409c9198 100644 --- a/include/darwin.h +++ b/include/darwin.h @@ -156,7 +156,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.47.2