From 2ad6a4bc54f7bf43c08224e8f2d41c1812cbbe37 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Mon, 4 Dec 2006 12:45:19 +0000 Subject: build fixes --- util/fusermount.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util') diff --git a/util/fusermount.c b/util/fusermount.c index 9326037..2b84db5 100644 --- a/util/fusermount.c +++ b/util/fusermount.c @@ -141,7 +141,7 @@ static void unlock_mtab(int mtablock) filenames. */ static int check_name(const char *name) { - char *s; + const char *s; for (s = "\n\t\\"; *s; s++) { if (strchr(name, *s)) { fprintf(stderr, "%s: illegal character 0x%02x in mount entry\n", -- cgit v1.2.3