| To: | xfs@xxxxxxxxxxx |
|---|---|
| Subject: | [PATCH 06/11] xfsprogs: Remove conflicting define for OS X |
| From: | Jan Tulak <jtulak@xxxxxxxxxx> |
| Date: | Wed, 26 Aug 2015 14:02:30 +0200 |
| Cc: | david@xxxxxxxxxxxxx, hch@xxxxxxxxxxxxx, Jan Tulak <jtulak@xxxxxxxxxx> |
| Delivered-to: | xfs@xxxxxxxxxxx |
| In-reply-to: | <1440590555-20463-1-git-send-email-jtulak@xxxxxxxxxx> |
| References: | <1440590449-20372-1-git-send-email-jtulak@xxxxxxxxxx> <1440590555-20463-1-git-send-email-jtulak@xxxxxxxxxx> |
ENOATTR already exists in OS X. Signed-off-by: Jan Tulak <jtulak@xxxxxxxxxx> --- 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 |
| Previous by Date: | [PATCH 01/11] xfsprogs: Add a way to compile without blkid, Jan Tulak |
|---|---|
| Next by Date: | [PATCH 07/11] xfsprogs: add nftw64 translation for OS X, Jan Tulak |
| Previous by Thread: | Re: [PATCH 05/11] xfsprogs: uuid changes for OS X, Christoph Hellwig |
| Next by Thread: | Re: [PATCH 06/11] xfsprogs: Remove conflicting define for OS X, Christoph Hellwig |
| Indexes: | [Date] [Thread] [Top] [All Lists] |