| To: | Arkadiusz Miskiewicz <arekm@xxxxxxxx> |
|---|---|
| Subject: | Re: [PATCH 1/1] Include ctype.h for tolower(3). |
| From: | Christoph Hellwig <hch@xxxxxxxxxxxxx> |
| Date: | Mon, 15 Dec 2008 16:44:38 -0500 |
| Cc: | linux-xfs@xxxxxxxxxxx |
| In-reply-to: | <1229371140-105409-1-git-send-email-arekm@xxxxxxxx> |
| References: | <1229371140-105409-1-git-send-email-arekm@xxxxxxxx> |
| User-agent: | Mutt/1.5.18 (2008-05-17) |
On Mon, Dec 15, 2008 at 08:59:00PM +0100, Arkadiusz Miskiewicz wrote: > --- > xfsprogs/libxfs/xfs_dir2.c | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/xfsprogs/libxfs/xfs_dir2.c b/xfsprogs/libxfs/xfs_dir2.c > index 71134f8..eab4718 100644 > --- a/xfsprogs/libxfs/xfs_dir2.c > +++ b/xfsprogs/libxfs/xfs_dir2.c > @@ -17,6 +17,7 @@ > */ > > #include <xfs.h> > +#include <ctype.h> This file is shared with the kernel, so adding the include here is not a good idea. Can you resubmit it with the include added in include/platform_defs.h.in? |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH 1/1] Include ctype.h for tolower(3)., Arkadiusz Miskiewicz |
|---|---|
| Next by Date: | Re: [PATCH 1/1] Include ctype.h for tolower(3)., Arkadiusz Miskiewicz |
| Previous by Thread: | [PATCH 1/1] Include ctype.h for tolower(3)., Arkadiusz Miskiewicz |
| Next by Thread: | Re: [PATCH 1/1] Include ctype.h for tolower(3)., Arkadiusz Miskiewicz |
| Indexes: | [Date] [Thread] [Top] [All Lists] |