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

Diff of /grub/stage2/builtins.c

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

revision 1.114 by okuji, Sat Oct 27 16:04:24 2001 UTC revision 1.115 by okuji, Tue Nov 6 16:42:02 2001 UTC
# Line 3940  terminal_func (char *arg, int flags) Line 3940  terminal_func (char *arg, int flags)
3940        arg = skip_to (0, arg);        arg = skip_to (0, arg);
3941      }      }
3942    
3943    #ifdef SUPPORT_SERIAL
3944    /* If a seial console is turned on, wait until the user pushes any key.  */    /* If a seial console is turned on, wait until the user pushes any key.  */
3945    if (terminal & TERMINAL_SERIAL)    if (terminal & TERMINAL_SERIAL)
3946      {      {
# Line 3984  terminal_func (char *arg, int flags) Line 3985  terminal_func (char *arg, int flags)
3985        /* Expired.  */        /* Expired.  */
3986        terminal &= (default_terminal | TERMINAL_DUMB);        terminal &= (default_terminal | TERMINAL_DUMB);
3987      }      }
3988    #endif /* SUPPORT_SERIAL */
3989    
3990    return 0;    return 0;
3991  }  }

Legend:
Removed from v.1.114  
changed lines
  Added in v.1.115

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