/[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.8 by roland, Mon Dec 31 23:39:26 2001 UTC revision 1.9 by roland, Wed Jan 2 01:47:51 2002 UTC
# 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          errorcode: kern_return_t, retcode);          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          errorcode: kern_return_t, retcode;          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          errorcode: kern_return_t, retcode;          errorcode: kern_return_t, RetCode;
52          proc: mach_port_send_t);          proc: mach_port_send_t);

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

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