* grub-core/kern/emu/hostdisk.c (map): Make static.

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2012-04-23 17:14:48 +02:00
parent 1c557d30ef
commit 385f9abbe3
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2012-04-23 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/kern/emu/hostdisk.c (map): Make static.
2012-04-23 Bean <bean123ch@gmail.com>
* util/grub-fstest.c (fstest): Add missing break.

View File

@ -115,7 +115,7 @@ struct hd_geometry
# endif /* ! RAW_FLOPPY_MAJOR */
#endif /* defined(__NetBSD__) */
struct
static struct
{
char *drive;
char *device;