X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=daemon%2Fzerofree.c;h=8000bb3acce99d2225eea7ae8fa8ca9feb03e12d;hp=b44965a0677f1654378e3c90f1871f8493618e2a;hb=0cc0e9e39f816c3f6174c74bf4cb136a5b4e13ea;hpb=d901cc916102f1aaccfb73396b48aa303e5b8cd7 diff --git a/daemon/zerofree.c b/daemon/zerofree.c index b44965a..8000bb3 100644 --- a/daemon/zerofree.c +++ b/daemon/zerofree.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_zerofree (const char *device) +do_zerofree (char *device) { char *err; int r;