/[hurd]/hurd/boot/boot.c
ViewVC logotype

Diff of /hurd/boot/boot.c

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

revision 1.102 by roland, Sun Oct 7 20:01:35 2001 UTC revision 1.103 by neal, Tue Mar 26 18:56:47 2002 UTC
# Line 1  Line 1 
1  /* Load a task using the single server, and then run it  /* Load a task using the single server, and then run it
2     as if we were the kernel.     as if we were the kernel.
3     Copyright (C) 1993,94,95,96,97,98,99,2000,01 Free Software Foundation, Inc.     Copyright (C) 1993,94,95,96,97,98,99,2000,01,02 Free Software Foundation, Inc.
4    
5  This file is part of the GNU Hurd.  This file is part of the GNU Hurd.
6    
# Line 670  main (int argc, char **argv, char **envp Line 670  main (int argc, char **argv, char **envp
670        FD_SET (0, &rmask);        FD_SET (0, &rmask);
671        if (select (1, &rmask, 0, 0, 0) == 1)        if (select (1, &rmask, 0, 0, 0) == 1)
672          read_reply ();          read_reply ();
673        else        else /* We hosed */
674          {                       /* We hosed */          error (5, errno, "select");
           perror ("select");  
           exit (5);  
         }  
675      }      }
676    
677  /*  mach_msg_server (request_server, __vm_page_size * 2, receive_set); */  /*  mach_msg_server (request_server, __vm_page_size * 2, receive_set); */

Legend:
Removed from v.1.102  
changed lines
  Added in v.1.103

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