/[grub]/grub2/kern/main.c
ViewVC logotype

Diff of /grub2/kern/main.c

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

revision 1.10 by okuji, Wed Jul 20 20:30:45 2005 UTC revision 1.11 by okuji, Fri Aug 12 19:53:32 2005 UTC
# Line 60  grub_load_modules (void) Line 60  grub_load_modules (void)
60  /* Write hook for the environment variables of root. Remove surrounding  /* Write hook for the environment variables of root. Remove surrounding
61     parentheses, if any.  */     parentheses, if any.  */
62  static char *  static char *
63  grub_env_write_root (struct grub_env_var *var, const char *val)  grub_env_write_root (struct grub_env_var *var __attribute__ ((unused)),
64                         const char *val)
65  {  {
66    /* XXX Is it better to check the existence of the device?  */    /* XXX Is it better to check the existence of the device?  */
67    grub_size_t len = grub_strlen (val);    grub_size_t len = grub_strlen (val);

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

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