grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 1/2] Undefine GRUB_UTIL in grub-core/lib/crypto.c for MINGW32


From: Vladimir 'φ-coder/phcoder' Serbinenko
Subject: Re: [PATCH 1/2] Undefine GRUB_UTIL in grub-core/lib/crypto.c for MINGW32 as termios is not supported.
Date: Thu, 29 Sep 2011 10:41:30 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.21) Gecko/20110831 Iceowl/1.0b2 Icedove/3.1.13

Rejected for the reasons already explained.
On 21.09.2011 23:29, Mario Limonciello wrote:
> === modified file 'ChangeLog'
> --- ChangeLog   2011-09-21 20:39:06 +0000
> +++ ChangeLog   2011-09-21 21:00:59 +0000
> @@ -4,6 +4,8 @@
>         * No realpath on mingw32.  Instead use _fullpath.
>         * Strip trailing slashes on PHYSICALDRIVE%d paths when making
>         Windows CreateFile calls.
> +       * Undefine GRUB_UTIL in grub-core/lib/crypto.c for MINGW32 as
> +       termios is not supported.
>
>  2011-09-17  Grégoire Sutre <address@hidden>
>
>
> === modified file 'grub-core/lib/crypto.c'
> --- grub-core/lib/crypto.c      2011-04-24 15:15:55 +0000
> +++ grub-core/lib/crypto.c      2011-09-21 21:00:59 +0000
> @@ -23,6 +23,12 @@
>  #include <grub/term.h>
>  #include <grub/dl.h>
>
> +/* mingw32 does not support termios as required
> +   by GRUB_UTIL throughout this file*/
> +#ifdef __MINGW32__
> +#undef GRUB_UTIL
> +#endif
> +
>  #ifdef GRUB_UTIL
>  #include <termios.h>
>  #include <stdlib.h>
>
>
> _______________________________________________
> Grub-devel mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/grub-devel


-- 
Regards
Vladimir 'φ-coder/phcoder' Serbinenko


Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]