X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=daemon%2Fcmp.c;h=2b7e33b508bfef7d80af37807d001b961ba535d3;hp=a48e92447b9b555777c425df198035c2f013dcf5;hb=7cd4b6aeee3693463b03608a31cf53f21152c2e8;hpb=6bda071b5cd8393b37653687027c4ae6c6cf3804 diff --git a/daemon/cmp.c b/daemon/cmp.c index a48e924..2b7e33b 100644 --- a/daemon/cmp.c +++ b/daemon/cmp.c @@ -28,16 +28,12 @@ #include "actions.h" int -do_equal (char *file1, char *file2) +do_equal (const char *file1, const char *file2) { char *file1buf, *file2buf; char *err; int r; - NEED_ROOT (return -1); - ABS_PATH (file1, return -1); - ABS_PATH (file2, return -1); - file1buf = sysroot_path (file1); if (file1buf == NULL) { reply_with_perror ("malloc");