/[hurd]/hurd/console/main.c
ViewVC logotype

Diff of /hurd/console/main.c

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

revision 1.2 by roland, Mon Mar 18 06:57:51 2002 UTC revision 1.3 by neal, Tue Mar 26 18:57:17 2002 UTC
# Line 129  main (int argc, char **argv) Line 129  main (int argc, char **argv)
129    
130    task_get_bootstrap_port (mach_task_self (), &bootstrap);    task_get_bootstrap_port (mach_task_self (), &bootstrap);
131    if (bootstrap == MACH_PORT_NULL)    if (bootstrap == MACH_PORT_NULL)
132      {      error (1, 0, "Must be started as a translator");
       fprintf (stderr, "Must be started as a translator\n");  
       exit (1);  
     }  
133    
134    /* Set our node */    /* Set our node */
135    err = trivfs_startup (bootstrap, 0, 0, 0, 0, 0, &fsys);    err = trivfs_startup (bootstrap, 0, 0, 0, 0, 0, &fsys);

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

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