| To: | xfs@xxxxxxxxxxx |
|---|---|
| Subject: | [PATCH 08/14] xfsprogs: Remove conflicting define for OS X |
| From: | Jan Tulak <jtulak@xxxxxxxxxx> |
| Date: | Tue, 15 Sep 2015 11:59:18 +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> |
ENOATTR already exists in OS X. Signed-off-by: Jan Tulak <jtulak@xxxxxxxxxx> Reviewed-by: Christoph Hellwig <hch@xxxxxx> --- include/darwin.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/darwin.h b/include/darwin.h index 78f7df3..1409c91 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.4.3 |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH 07/14] xfsprogs: uuid changes for OS X, Jan Tulak |
|---|---|
| Next by Date: | [PATCH 09/14] xfsprogs: change nftw64 to nftw, Jan Tulak |
| Previous by Thread: | [PATCH 07/14] xfsprogs: uuid changes for OS X, Jan Tulak |
| Next by Thread: | [PATCH 09/14] xfsprogs: change nftw64 to nftw, Jan Tulak |
| Indexes: | [Date] [Thread] [Top] [All Lists] |