summaryrefslogtreecommitdiff
path: root/hurd
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-01-02 05:42:31 +0000
committerRoland McGrath <roland@gnu.org>2002-01-02 05:42:31 +0000
commit4150ae60652cd80ea8a4ed56b284a8198ce95d34 (patch)
tree27ffb7049382a1e3e2a3012573b98ce218589485 /hurd
parent6ead4740715e74d84184e465e5c38225f5adb2f9 (diff)
2002-01-01 Roland McGrath <roland@frob.com>
* exec.defs (exec_exec, exec_setexecdata): Use SCP macro in place of `, servercopy'.
Diffstat (limited to 'hurd')
-rw-r--r--hurd/exec.defs16
1 files changed, 8 insertions, 8 deletions
diff --git a/hurd/exec.defs b/hurd/exec.defs
index 8c9b1491..2888fb1e 100644
--- a/hurd/exec.defs
+++ b/hurd/exec.defs
@@ -1,5 +1,5 @@
/* Interface definitions for the exec servers.
- Copyright (C) 1991, 1992, 1993, 1994, 1995 Free Software Foundation, Inc.
+ Copyright (C) 1991,92,93,94,95,2001 Free Software Foundation, Inc.
This file is part of the GNU Hurd.
@@ -34,11 +34,11 @@ routine exec_exec (
file: mach_port_send_t;
oldtask: task_t;
flags: int;
- argv: data_t, servercopy;
- envp: data_t, servercopy;
- dtable: portarray_t, servercopy;
- portarray: portarray_t, servercopy;
- intarray: intarray_t, servercopy;
+ argv: data_t SCP;
+ envp: data_t SCP;
+ dtable: portarray_t SCP;
+ portarray: portarray_t SCP;
+ intarray: intarray_t SCP;
deallocnames: mach_port_name_array_t;
destroynames: mach_port_name_array_t);
@@ -53,5 +53,5 @@ routine exec_init (
simpleroutine exec_setexecdata (
execserver: file_t;
- ports: portarray_t, servercopy;
- ints: intarray_t, servercopy);
+ ports: portarray_t SCP;
+ ints: intarray_t SCP);