* grub-core/kern/emu/hostdisk.c (map): Make static.
This commit is contained in:
parent
1c557d30ef
commit
385f9abbe3
2 changed files with 5 additions and 1 deletions
|
@ -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>
|
2012-04-23 Bean <bean123ch@gmail.com>
|
||||||
|
|
||||||
* util/grub-fstest.c (fstest): Add missing break.
|
* util/grub-fstest.c (fstest): Add missing break.
|
||||||
|
|
|
@ -115,7 +115,7 @@ struct hd_geometry
|
||||||
# endif /* ! RAW_FLOPPY_MAJOR */
|
# endif /* ! RAW_FLOPPY_MAJOR */
|
||||||
#endif /* defined(__NetBSD__) */
|
#endif /* defined(__NetBSD__) */
|
||||||
|
|
||||||
struct
|
static struct
|
||||||
{
|
{
|
||||||
char *drive;
|
char *drive;
|
||||||
char *device;
|
char *device;
|
||||||
|
|
Loading…
Reference in a new issue