/[hurd]/hurd-l4/laden/laden.c
ViewVC logotype

Diff of /hurd-l4/laden/laden.c

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

revision 1.1 by marcus, Sat Jul 26 17:26:09 2003 UTC revision 1.2 by marcus, Thu Sep 4 01:29:35 2003 UTC
# Line 59  shutdown (void) Line 59  shutdown (void)
59    /* Never reached.  */    /* Never reached.  */
60    if (shutdown_reset)    if (shutdown_reset)
61      {      {
62        printf ("Error: Unable to reset this machine.\n");        printf ("Unable to reset this machine.\n");
63        halt ();        halt ();
64      }      }
65    
66    printf ("Error: Unable to halt this machine.\n");    printf ("Unable to halt this machine.\n");
67    while (1)    while (1)
68      ;      ;
69  }  }
# Line 145  parse_args (int argc, char *argv[]) Line 145  parse_args (int argc, char *argv[])
145            debug = 1;            debug = 1;
146          }          }
147        else if (argv[i][0] == '-')        else if (argv[i][0] == '-')
148          panic ("Error: Unsupported option %s", argv[i]);          panic ("Unsupported option %s", argv[i]);
149        else        else
150          panic ("Error: Invalid non-option argument %s", argv[i]);          panic ("Invalid non-option argument %s", argv[i]);
151      }      }
152  }  }
153    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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