From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: with ECARTIS (v1.0.0; list xfs); Thu, 28 Aug 2008 16:14:59 -0700 (PDT) Received: from cuda.sgi.com ([192.48.176.15]) by oss.sgi.com (8.12.11.20060308/8.12.11/SuSE Linux 0.7) with ESMTP id m7SNEuUl029195 for ; Thu, 28 Aug 2008 16:14:57 -0700 Received: from verein.lst.de (localhost [127.0.0.1]) by cuda.sgi.com (Spam Firewall) with ESMTP id B72F01A67CBB for ; Thu, 28 Aug 2008 16:16:19 -0700 (PDT) Received: from verein.lst.de (verein.lst.de [213.95.11.210]) by cuda.sgi.com with ESMTP id ALh0gLaGRn3dZn2q for ; Thu, 28 Aug 2008 16:16:19 -0700 (PDT) Received: from verein.lst.de (localhost [127.0.0.1]) by verein.lst.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id m7SNGKIF019786 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Fri, 29 Aug 2008 01:16:20 +0200 Received: (from hch@localhost) by verein.lst.de (8.12.3/8.12.3/Debian-6.6) id m7SNGKGS019784 for xfs@oss.sgi.com; Fri, 29 Aug 2008 01:16:20 +0200 Date: Fri, 29 Aug 2008 01:16:20 +0200 From: Christoph Hellwig Subject: Re: [PATCH] tiny nametest.c warning fixes Message-ID: <20080828231620.GA19757@lst.de> References: <20080809195908.GA9005@lst.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080809195908.GA9005@lst.de> Sender: xfs-bounce@oss.sgi.com Errors-to: xfs-bounce@oss.sgi.com List-Id: xfs To: xfs@oss.sgi.com ping? On Sat, Aug 09, 2008 at 09:59:08PM +0200, Christoph Hellwig wrote: > Include ctype.h for toupper/tolower and remove an unused variable. > > > Signed-off-by: Christoph Hellwig > > --- xfstests/src/nametest.c 24 Jun 2008 16:29:51 -0000 1.8 > +++ xfstests/src/nametest.c 9 Aug 2008 19:55:37 -0000 > @@ -16,6 +16,7 @@ > * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA > */ > > +#include > #include "global.h" > > /* > @@ -308,7 +309,6 @@ main(int argc, char *argv[]) > char *get_name(struct info *ip) > { > static char path[PATH_MAX]; > - int i; > char *p; > > if (!mixcase) ---end quoted text---