In the daemon, change all const char * parameters to char *.
[libguestfs.git] / daemon / devsparts.c
index 21854b5..83e4bb9 100644 (file)
@@ -135,7 +135,7 @@ do_list_partitions (void)
 }
 
 int
-do_mkfs (const char *fstype, const char *device)
+do_mkfs (char *fstype, char *device)
 {
   char *err;
   int r;