/[grub]/grub/grub/asmstub.c
ViewVC logotype

Diff of /grub/grub/asmstub.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.71 by okuji, Sat Oct 13 12:02:30 2001 UTC revision 1.72 by okuji, Sun Dec 9 20:55:56 2001 UTC
# Line 41  int grub_stage2 (void); Line 41  int grub_stage2 (void);
41  #include <setjmp.h>  #include <setjmp.h>
42  #include <sys/time.h>  #include <sys/time.h>
43  #include <termios.h>  #include <termios.h>
44    #include <signal.h>
45    
46  #ifdef __linux__  #ifdef __linux__
47  # include <sys/ioctl.h>         /* ioctl */  # include <sys/ioctl.h>         /* ioctl */
# Line 168  grub_stage2 (void) Line 169  grub_stage2 (void)
169        scrollok (stdscr, TRUE);        scrollok (stdscr, TRUE);
170        keypad (stdscr, TRUE);        keypad (stdscr, TRUE);
171        wtimeout (stdscr, 100);        wtimeout (stdscr, 100);
172          signal (SIGWINCH, SIG_IGN);
173      }      }
174  #endif  #endif
175    

Legend:
Removed from v.1.71  
changed lines
  Added in v.1.72

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26