[patch] fix tolower issue in xfsprogs

Mike Frysinger vapier at gentoo.org
Sun Feb 22 12:55:40 CST 2009


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;
 

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
URL: <http://oss.sgi.com/pipermail/xfs/attachments/20090222/da8d5a12/attachment.sig>


More information about the xfs mailing list