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
|
@ -277,7 +277,7 @@ get_i2o_disk_name (char *name, char unit)
|
|||
|
||||
/* Check if DEVICE can be read. If an error occurs, return zero,
|
||||
otherwise return non-zero. */
|
||||
int
|
||||
static int
|
||||
check_device (const char *device)
|
||||
{
|
||||
char buf[512];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue