From: Vladimir 'phcoder' Serbinenko Date: Mon, 23 Apr 2012 15:14:48 +0000 (+0200) Subject: * grub-core/kern/emu/hostdisk.c (map): Make static. X-Git-Tag: 2.00~303 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=385f9abbe3fdf9e114ba6d5ca27ec02bb4510888;p=thirdparty%2Fgrub.git * grub-core/kern/emu/hostdisk.c (map): Make static. --- diff --git a/ChangeLog b/ChangeLog index 906fe1664..11db1ef2e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2012-04-23 Vladimir Serbinenko + + * grub-core/kern/emu/hostdisk.c (map): Make static. + 2012-04-23 Bean * util/grub-fstest.c (fstest): Add missing break. diff --git a/grub-core/kern/emu/hostdisk.c b/grub-core/kern/emu/hostdisk.c index de5df6224..b338717de 100644 --- a/grub-core/kern/emu/hostdisk.c +++ b/grub-core/kern/emu/hostdisk.c @@ -115,7 +115,7 @@ struct hd_geometry # endif /* ! RAW_FLOPPY_MAJOR */ #endif /* defined(__NetBSD__) */ -struct +static struct { char *drive; char *device;