/[hurd]/hurd/libcons/opts-std-startup.c
ViewVC logotype

Diff of /hurd/libcons/opts-std-startup.c

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

revision 1.7 by marco_g, Thu Jan 6 21:53:26 2005 UTC revision 1.8 by marcus, Mon Jul 11 13:55:14 2005 UTC
# Line 58  int _cons_jump_down_on_input = 1; Line 58  int _cons_jump_down_on_input = 1;
58  int _cons_jump_down_on_output;  int _cons_jump_down_on_output;
59    
60  /* The filename of the console server.  */  /* The filename of the console server.  */
61  char *_cons_file;  char *cons_file;
62    
63  /* The type of bell used for the visual bell.  */  /* The type of bell used for the visual bell.  */
64  bell_type_t _cons_visual_bell = BELL_VISUAL;  bell_type_t _cons_visual_bell = BELL_VISUAL;
# Line 206  parse_startup_opt (int opt, char *arg, s Line 206  parse_startup_opt (int opt, char *arg, s
206        if (state->arg_num > 0)        if (state->arg_num > 0)
207          /* Too many arguments.  */          /* Too many arguments.  */
208          argp_error (state, "Too many non option arguments");          argp_error (state, "Too many non option arguments");
209        _cons_file = arg;        cons_file = arg;
210        break;        break;
211    
212      case ARGP_KEY_NO_ARGS:      case ARGP_KEY_NO_ARGS:

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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