X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=daemon%2Fzero.c;h=9d793e1509ec7b6a6b41cf6582dced4600902206;hp=2c20abc3757577e393c4d3bec3fa920f9421fca6;hb=887290e949d54c6ac4c9b787231e588f84f2367c;hpb=2df2f2854ed2d1f9857ef3c5aaca29810cf3c506 diff --git a/daemon/zero.c b/daemon/zero.c index 2c20abc..9d793e1 100644 --- a/daemon/zero.c +++ b/daemon/zero.c @@ -28,7 +28,7 @@ #include "actions.h" int -do_zero (const char *device) +do_zero (char *device) { int fd, i; char buf[4096];