X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=daemon%2Fgrub.c;h=29fe294b98146a0936a7ba8f006c2af6fb15516c;hb=335a8e3b0efa4c9dee01591134aeeb2b17ae22f5;hp=8a38d0ba553cf1e67ed5750eb83e1e59fc7113e8;hpb=b55bf8158f0b7f6b1760b7b3b5f7c1274a149127;p=libguestfs.git diff --git a/daemon/grub.c b/daemon/grub.c index 8a38d0b..29fe294 100644 --- a/daemon/grub.c +++ b/daemon/grub.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 @@ -26,7 +26,7 @@ #include "actions.h" int -do_grub_install (const char *root, const char *device) +do_grub_install (char *root, char *device) { int r, len; char *err;