summaryrefslogtreecommitdiff
path: root/hurd/exec.defs
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1995-11-13 20:04:52 +0000
committerRoland McGrath <roland@gnu.org>1995-11-13 20:04:52 +0000
commit622f5af54831ad1c04ad7d086422d6453cca6e3b (patch)
tree328b5853e8222c02a9c23c0e3427671b8518bf73 /hurd/exec.defs
parentfdfc7cfca1089bb86766d8c7276d96e32785ef5d (diff)
(exec_startup): RPC removed; replaced with skip.
Diffstat (limited to 'hurd/exec.defs')
-rw-r--r--hurd/exec.defs18
1 files changed, 2 insertions, 16 deletions
diff --git a/hurd/exec.defs b/hurd/exec.defs
index ee906bd2..8c9b1491 100644
--- a/hurd/exec.defs
+++ b/hurd/exec.defs
@@ -8,7 +8,7 @@ it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2, or (at your option)
any later version.
-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,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
@@ -42,21 +42,7 @@ routine exec_exec (
deallocnames: mach_port_name_array_t;
destroynames: mach_port_name_array_t);
-/* This call is made by a new task to its bootstrap port to get its
- startup ports and information. */
-routine exec_startup (
- bootstrap: mach_port_t;
- /* These are the base address and size of the initial stack
- allocated by the exec server. The rest of the information
- is that passed by exec_exec. */
- out stack_base: vm_address_t;
- out stack_size: vm_size_t;
- out flags: int;
- out argv: data_t, dealloc;
- out envp: data_t, dealloc;
- out dtable: portarray_t, dealloc;
- out portarray: portarray_t, dealloc;
- out intarray: intarray_t, dealloc);
+skip; /* obsolete exec_startup */
/* This call is made by the bootstrapping filesystem to give the
execserver its auth handle. */