]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
platform: Remove conflicting define for OS X
authorJan Tulak <jtulak@redhat.com>
Tue, 13 Oct 2015 23:58:17 +0000 (10:58 +1100)
committerDave Chinner <david@fromorbit.com>
Tue, 13 Oct 2015 23:58:17 +0000 (10:58 +1100)
ENOATTR already exists in OS X.

Signed-off-by: Jan Tulak <jtulak@redhat.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Dave Chinner <david@fromorbit.com>
include/darwin.h

index 78f7df386a457e8ddf05fc79967bec5126da312d..1409c9198a4f61d2ae513fba36e99bd9124b2d1e 100644 (file)
@@ -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 *