X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=daemon%2Fzero.c;h=9c803d8cb3f4e8806e58c0b04c290939a50aa085;hp=2c20abc3757577e393c4d3bec3fa920f9421fca6;hb=0cc0e9e39f816c3f6174c74bf4cb136a5b4e13ea;hpb=62df226f26bd6ac3c481a7790eb89d760d2f0386 diff --git a/daemon/zero.c b/daemon/zero.c index 2c20abc..9c803d8 100644 --- a/daemon/zero.c +++ b/daemon/zero.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_zero (const char *device) +do_zero (char *device) { int fd, i; char buf[4096];