diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-08-25 16:07:43 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-08-25 16:07:43 +0000 |
commit | 4b19fdd10d70d2125c2f0a8e3d412a20d21fa20d (patch) | |
tree | e37f07feb12642dff3652478638e2c8fdbde3f40 | |
parent | 04139fc66335d12e4257ba2d6bf3d160a2d7acd7 (diff) |
Formerly process.defs.~80~
-rw-r--r-- | hurd/process.defs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/process.defs b/hurd/process.defs index 6a766e32..97d9babf 100644 --- a/hurd/process.defs +++ b/hurd/process.defs @@ -109,7 +109,7 @@ routine proc_register_version ( MACH_PORT_NULL. */ simpleroutine proc_reauthenticate ( process: process_t; - id: int); + rendezvous2: mach_port_send_t); /* Declare that a task is a child of the caller. The task's state will then inherit from the caller. This call can be made only once |