2008-04-06 Pavel Roskin <proski@gnu.org>
* util/biosdisk.c: Include grub/util/biosdisk.h. * util/grub-fstest.c (execute_command): Make static. * util/grub-mkdevicemap.c (check_device): Likewise. * util/i386/pc/misc.c: Include grub/machine/init.h. * util/powerpc/ieee1275/misc.c: Likewise. * util/lvm.c: Include grub/util/lvm.h. * util/misc.c: Include grub/kernel.h, grub/misc.h and grub/cache.h. * util/raid.c: Include grub/util/raid.h. (grub_util_getdiskname): Make static.
This commit is contained in:
parent
87a297bf55
commit
36747a6221
9 changed files with 22 additions and 3 deletions
|
@ -93,7 +93,7 @@ grub_register_command (const char *name,
|
|||
return NULL;
|
||||
}
|
||||
|
||||
grub_err_t
|
||||
static grub_err_t
|
||||
execute_command (grub_command_t cmd, int n, char **args)
|
||||
{
|
||||
int maxargs = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue