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

Diff of /grub/stage2/stage2.c

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

revision 1.34 by okuji, Tue Jan 8 02:48:44 2002 UTC revision 1.35 by okuji, Tue Jan 8 03:19:23 2002 UTC
# Line 35  static int preset_menu_offset; Line 35  static int preset_menu_offset;
35  static int  static int
36  open_preset_menu (void)  open_preset_menu (void)
37  {  {
38    #ifdef GRUB_UTIL
39      /* Unless the user explicitly requests to use the preset menu,
40         always opening the preset menu fails in the grub shell.  */
41      if (! use_preset_menu)
42        return 0;
43    #endif /* GRUB_UTIL */
44      
45    preset_menu_offset = 0;    preset_menu_offset = 0;
46    return preset_menu != 0;    return preset_menu != 0;
47  }  }

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.35

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