From: Jim Meyering <meyering(a)redhat.com>
---
daemon/mount.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/daemon/mount.c b/daemon/mount.c
index 89bef34..9ccb37b 100644
--- a/daemon/mount.c
+++ b/daemon/mount.c
@@ -106,7 +106,7 @@ int
do_umount (const char *pathordevice)
{
int freeit = 0, r;
- char *buf;
+ const char *buf;
char *err;
if (strncmp (pathordevice, "/dev/", 5) == 0) {
--
1.6.4.337.g5420e