X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=daemon%2Fcmp.c;h=04feba6d3aa95d2cfe0f28a1b6c7d117ba8805c4;hb=887290e949d54c6ac4c9b787231e588f84f2367c;hp=7f92ef0b6732f1fafa72869ad2b3c877b2494f96;hpb=2df2f2854ed2d1f9857ef3c5aaca29810cf3c506;p=libguestfs.git diff --git a/daemon/cmp.c b/daemon/cmp.c index 7f92ef0..04feba6 100644 --- a/daemon/cmp.c +++ b/daemon/cmp.c @@ -28,7 +28,7 @@ #include "actions.h" int -do_equal (const char *file1, const char *file2) +do_equal (char *file1, char *file2) { char *file1buf, *file2buf; int file1len, file2len;