X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=daemon%2Fcmp.c;h=f6500837e9744a27433f8e0fe7ab383616f09e28;hp=7f92ef0b6732f1fafa72869ad2b3c877b2494f96;hb=a7b73d4a1e09f12b2002083618056f0c823c1dcf;hpb=d9ea3e8d979c3ade1b21f27083788fd33fa3b1fa diff --git a/daemon/cmp.c b/daemon/cmp.c index 7f92ef0..f650083 100644 --- a/daemon/cmp.c +++ b/daemon/cmp.c @@ -1,5 +1,5 @@ /* libguestfs - the guestfsd daemon - * Copyright (C) 2009 Red Hat Inc. + * Copyright (C) 2009 Red Hat Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -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;