In the daemon, change all const char * parameters to char *.
[libguestfs.git] / daemon / fsck.c
index 7f81e96..77e7c66 100644 (file)
@@ -27,7 +27,7 @@
 #include "actions.h"
 
 int
-do_fsck (const char *fstype, const char *device)
+do_fsck (char *fstype, char *device)
 {
   char *err;
   int r;