| To: | linux-xfs@xxxxxxxxxxx |
|---|---|
| Subject: | [PATCH 1/1] Include ctype.h for tolower(3). |
| From: | Arkadiusz Miskiewicz <arekm@xxxxxxxx> |
| Date: | Mon, 15 Dec 2008 20:59:00 +0100 |
| Cc: | Arkadiusz Miskiewicz <arekm@xxxxxxxx> |
---
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 <xfs.h>
+#include <ctype.h>
struct xfs_name xfs_name_dotdot = {"..", 2};
--
1.6.0.5
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH 5/6] xfs_quota: Add missing options to --help., Arkadiusz Miskiewicz |
|---|---|
| Next by Date: | Re: [PATCH 1/1] Include ctype.h for tolower(3)., Christoph Hellwig |
| Previous by Thread: | [PATCH 1/6] Polish translation update., Arkadiusz Miskiewicz |
| Next by Thread: | Re: [PATCH 1/1] Include ctype.h for tolower(3)., Christoph Hellwig |
| Indexes: | [Date] [Thread] [Top] [All Lists] |