[Libguestfs] [PATCH libguestfs 20/23] mount.c (do_mount): make a local "const" to match parameter's type

Jim Meyering jim at meyering.net
Wed Aug 12 16:52:56 UTC 2009


From: Jim Meyering <meyering at 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




More information about the Libguestfs mailing list