public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
From: Mike Frysinger <vapier@gentoo.org>
To: xfs-oss <xfs@oss.sgi.com>
Subject: [patch] fix tolower issue in xfsprogs
Date: Sun, 22 Feb 2009 13:55:40 -0500	[thread overview]
Message-ID: <200902221355.44626.vapier@gentoo.org> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 297 bytes --]

the xfsprogs uses tolower() in xfs_dir2.c but doesnt include ctype.h for the 
definition
-mike

--- libxfs/xfs_dir2.c
+++ libxfs/xfs_dir2.c
@@ -22,6 +22,7 @@
  */
 
 #include <xfs.h>
+#include <ctype.h>	/* for tolower() */
 
 extern const struct xfs_nameops xfs_default_nameops;
 


[-- Attachment #1.2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

[-- Attachment #2: Type: text/plain, Size: 121 bytes --]

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

             reply	other threads:[~2009-02-22 18:56 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-02-22 18:55 Mike Frysinger [this message]
2009-02-23 13:31 ` [patch] fix tolower issue in xfsprogs Christoph Hellwig
2009-02-23 14:43   ` Mike Frysinger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200902221355.44626.vapier@gentoo.org \
    --to=vapier@gentoo.org \
    --cc=xfs@oss.sgi.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox