/[hurd]/hurd/hurd/startup_reply.defs
ViewVC logotype

Diff of /hurd/hurd/startup_reply.defs

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

revision 1.7 by mib, Mon Aug 15 15:49:33 1994 UTC revision 1.8 by roland, Mon Dec 31 23:39:26 2001 UTC
# Line 1  Line 1 
1  /* Server-reply definitions for startup server interface  /* Server-reply definitions for startup server interface
2     NOTE: All changes here must be reflected in startup.defs.     NOTE: All changes here must be reflected in startup.defs.
3     Copyright (C) 1991, 1992, 1993, 1994 Free Software Foundation     Copyright (C) 1991,92,93,94,2001 Free Software Foundation, Inc.
4    
5  This file is part of the GNU Hurd.  This file is part of the GNU Hurd.
6    
# Line 9  it under the terms of the GNU General Pu Line 9  it under the terms of the GNU General Pu
9  the Free Software Foundation; either version 2, or (at your option)  the Free Software Foundation; either version 2, or (at your option)
10  any later version.  any later version.
11    
12  The GNU Hurd is distributed in the hope that it will be useful,  The GNU Hurd is distributed in the hope that it will be useful,
13  but WITHOUT ANY WARRANTY; without even the implied warranty of  but WITHOUT ANY WARRANTY; without even the implied warranty of
14  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15  GNU General Public License for more details.  GNU General Public License for more details.
# Line 33  STARTUP_IMPORTS Line 33  STARTUP_IMPORTS
33    
34  simpleroutine startup_essential_task_reply (  simpleroutine startup_essential_task_reply (
35          reply_port: reply_port_t;          reply_port: reply_port_t;
36          retcode: kern_return_t);          errorcode: kern_return_t, retcode);
37    
38  skip;   /* startup_request_notification */  skip;   /* startup_request_notification */
39  skip;   /* startup_reboot */  skip;   /* startup_reboot */
40    
41  simpleroutine startup_procinit_reply (  simpleroutine startup_procinit_reply (
42          reply_port: reply_port_t;          reply_port: reply_port_t;
43          retcode: kern_return_t;          errorcode: kern_return_t, retcode;
44          startup_task: task_t;          startup_task: task_t;
45          auth: auth_t;          auth: auth_t;
46          host_priv: mach_port_send_t;          host_priv: mach_port_send_t;
# Line 48  simpleroutine startup_procinit_reply ( Line 48  simpleroutine startup_procinit_reply (
48    
49  simpleroutine startup_authinit_reply (  simpleroutine startup_authinit_reply (
50          reply_port: reply_port_t;          reply_port: reply_port_t;
51          retcode: kern_return_t;          errorcode: kern_return_t, retcode;
52          proc: mach_port_send_t);          proc: mach_port_send_t);

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