X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=daemon%2Ffsck.c;h=f1a9dc57c6e6de9fe3ee49c2aec0c84f32b1c079;hp=7f81e966127e5bbc108c0aaadd1ae7c7e2ef74e7;hb=13a499406fe43ab3a6d4d13c660f6a8b368e638f;hpb=2a42bec2c5ee521f29179a5aab713f5a9ca2c3b8 diff --git a/daemon/fsck.c b/daemon/fsck.c index 7f81e96..f1a9dc5 100644 --- a/daemon/fsck.c +++ b/daemon/fsck.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 @@ -27,7 +27,7 @@ #include "actions.h" int -do_fsck (const char *fstype, const char *device) +do_fsck (char *fstype, char *device) { char *err; int r;