X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=daemon%2Ffsck.c;fp=daemon%2Ffsck.c;h=77e7c665d654eae09693ead0851ab23bf2b2b2f2;hp=7f81e966127e5bbc108c0aaadd1ae7c7e2ef74e7;hb=56bef498f46ac3dd580f4bde3c8f3ed2fe688826;hpb=2df2f2854ed2d1f9857ef3c5aaca29810cf3c506 diff --git a/daemon/fsck.c b/daemon/fsck.c index 7f81e96..77e7c66 100644 --- a/daemon/fsck.c +++ b/daemon/fsck.c @@ -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;