]> git.proxmox.com Git - grub2.git/commitdiff
* grub-core/kern/emu/hostdisk.c: Remove few leftover includes.
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sat, 19 Oct 2013 14:32:28 +0000 (16:32 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sat, 19 Oct 2013 14:32:28 +0000 (16:32 +0200)
ChangeLog
grub-core/kern/emu/hostdisk.c

index a49f6fa55e0ea9964a4b65629e7d680ecf39df27..f940a6617e6170e0d65bb329f818cc19c8ce273b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index d5bc6099bce2d5a82598c4e14dc5daea4d3209d0..81cf408ef1d718be2a7eb8b2137d29646f1156a7 100644 (file)
 # 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;