| To: | xfs@xxxxxxxxxxx |
|---|---|
| Subject: | [PATCH 2/6] dump/content.c: Include <linux/limits.h> for XATTR_LIST_MAX |
| From: | Felix Janda <felix.janda@xxxxxxxxx> |
| Date: | Tue, 12 Jan 2016 22:08:20 +0100 |
| Delivered-to: | xfs@xxxxxxxxxxx |
| In-reply-to: | <cover.1452632647.git.felix.janda@xxxxxxxxx> |
| References: | <cover.1452632647.git.felix.janda@xxxxxxxxx> |
| User-agent: | Mutt/1.5.23 (2014-03-12) |
Signed-off-by: Felix Janda <felix.janda@xxxxxxxxx> --- dump/content.c | 1 + 1 file changed, 1 insertion(+) diff --git a/dump/content.c b/dump/content.c index 1e86292..97e42ab 100644 --- a/dump/content.c +++ b/dump/content.c @@ -36,6 +36,7 @@ #include <xfs/xfs.h> #include <xfs/jdm.h> #ifdef linux +#include <linux/limits.h> #include <xfs/xqm.h> #endif -- 2.4.10 |
| Previous by Date: | [PATCH 1/6] invutil/invidx: include <fcntl.h> for O_CREAT, Felix Janda |
|---|---|
| Next by Date: | [PATCH 3/6] common/main.c: Replace nonstandard SIGCLD by SIGCHLD, Felix Janda |
| Previous by Thread: | Re: [PATCH 1/6] invutil/invidx: include <fcntl.h> for O_CREAT, Christoph Hellwig |
| Next by Thread: | Re: [PATCH 2/6] dump/content.c: Include <linux/limits.h> for XATTR_LIST_MAX, Christoph Hellwig |
| Indexes: | [Date] [Thread] [Top] [All Lists] |