From: Jan Tulak Date: Tue, 13 Oct 2015 23:58:17 +0000 (+1100) Subject: platform: Remove conflicting define for OS X X-Git-Tag: v4.3.0-rc1~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad8371ffd1ea52c648231e8ea487009ed068d904;p=thirdparty%2Fxfsprogs-dev.git 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 --- 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 *