| To: | "xfs-oss" <xfs@xxxxxxxxxxx> |
|---|---|
| Subject: | [patch] fix tolower issue in xfsprogs |
| From: | Mike Frysinger <vapier@xxxxxxxxxx> |
| Date: | Sun, 22 Feb 2009 13:55:40 -0500 |
| Organization: | wh0rd.org |
| User-agent: | KMail/1.11.0 (Linux/2.6.28; KDE/4.2.0; x86_64; ; ) |
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;
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | dmapi-2.2.9 release, Mike Frysinger |
|---|---|
| Next by Date: | xfsprogs/xfsdump release process, Mike Frysinger |
| Previous by Thread: | dmapi-2.2.9 release, Mike Frysinger |
| Next by Thread: | Re: [patch] fix tolower issue in xfsprogs, Christoph Hellwig |
| Indexes: | [Date] [Thread] [Top] [All Lists] |