* grub-core/kern/emu/hostdisk.c: Remove few leftover includes.

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-10-19 16:32:28 +02:00
parent cd78a56fb2
commit 887c0bb61a
2 changed files with 4 additions and 5 deletions

View File

@ -1,3 +1,7 @@
2013-10-19 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/kern/emu/hostdisk.c: Remove few leftover includes.
2013-10-19 Vladimir Serbinenko <phcoder@gmail.com>
Move stat () and device mode checking into OS-dependent files as

View File

@ -49,13 +49,8 @@
# ifndef BLKFLSBUF
# define BLKFLSBUF _IO (0x12,97) /* flush buffer cache */
# endif /* ! BLKFLSBUF */
# include <sys/ioctl.h> /* ioctl */
#endif /* __linux__ */
#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
# include <sys/sysctl.h>
#endif
static struct
{
char *drive;