* grub-core/kern/emu/hostdisk_unix.c: Declare AROS as non-unix.
* grub-core/kern/emu/hostfs.c: Likewise. * util/getroot_unix.c: Likewise.
This commit is contained in:
parent
bab7b1ebeb
commit
30b7f58f4e
4 changed files with 9 additions and 3 deletions
|
@ -39,7 +39,7 @@
|
|||
#include <grub/cryptodisk.h>
|
||||
#include <grub/i18n.h>
|
||||
|
||||
#if !defined (__MINGW32__) && !defined (__CYGWIN__)
|
||||
#if !defined (__MINGW32__) && !defined (__CYGWIN__) && !defined (__AROS__)
|
||||
|
||||
#ifdef __linux__
|
||||
#include <sys/ioctl.h> /* ioctl */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue