bug-grub
[Top][All Lists]
Advanced

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

Re: [Bug-grub] Re: address@hidden: Bug#122905: grub exits when receiving


From: Jason Thomas
Subject: Re: [Bug-grub] Re: address@hidden: Bug#122905: grub exits when receiving SIGWINCH]
Date: Wed, 12 Dec 2001 10:00:16 +1100
User-agent: Mutt/1.3.24i

this works for me!

thanks Okuji

On Mon, Dec 10, 2001 at 05:51:30AM +0900, Yoshinori K. Okuji wrote:
> I think this patch is enough for us:
> 
> Index: grub/asmstub.c
> ===================================================================
> RCS file: /cvsroot/grub/grub/grub/asmstub.c,v
> retrieving revision 1.71
> diff -u -p -r1.71 asmstub.c
> --- grub/asmstub.c      2001/10/13 12:02:30     1.71
> +++ grub/asmstub.c      2001/12/09 20:51:10
> @@ -41,6 +41,7 @@ int grub_stage2 (void);
>  #include <setjmp.h>
>  #include <sys/time.h>
>  #include <termios.h>
> +#include <signal.h>
>  
>  #ifdef __linux__
>  # include <sys/ioctl.h>                /* ioctl */
> @@ -168,6 +169,7 @@ grub_stage2 (void)
>        scrollok (stdscr, TRUE);
>        keypad (stdscr, TRUE);
>        wtimeout (stdscr, 100);
> +      signal (SIGWINCH, SIG_IGN);
>      }
>  #endif

Attachment: pgpmHt0fLCy_H.pgp
Description: PGP signature


reply via email to

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