From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cuda.sgi.com (cuda2.sgi.com [192.48.176.25]) by oss.sgi.com (8.12.11.20060308/8.12.11/SuSE Linux 0.7) with ESMTP id mBFLieno009454 for ; Mon, 15 Dec 2008 15:44:41 -0600 Received: from bombadil.infradead.org (localhost [127.0.0.1]) by cuda.sgi.com (Spam Firewall) with ESMTP id 8B6B622A95 for ; Mon, 15 Dec 2008 13:44:39 -0800 (PST) Received: from bombadil.infradead.org (bombadil.infradead.org [18.85.46.34]) by cuda.sgi.com with ESMTP id FlQ74EzPCYwID2lD for ; Mon, 15 Dec 2008 13:44:39 -0800 (PST) Date: Mon, 15 Dec 2008 16:44:38 -0500 From: Christoph Hellwig Subject: Re: [PATCH 1/1] Include ctype.h for tolower(3). Message-ID: <20081215214438.GA5392@infradead.org> References: <1229371140-105409-1-git-send-email-arekm@maven.pl> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1229371140-105409-1-git-send-email-arekm@maven.pl> List-Id: XFS Filesystem from SGI List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: xfs-bounces@oss.sgi.com Errors-To: xfs-bounces@oss.sgi.com To: Arkadiusz Miskiewicz Cc: linux-xfs@oss.sgi.com 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 > +#include 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? _______________________________________________ xfs mailing list xfs@oss.sgi.com http://oss.sgi.com/mailman/listinfo/xfs