summaryrefslogtreecommitdiff
path: root/hurd/process.defs
diff options
context:
space:
mode:
authorMarcus Brinkmann <marcus@gnu.org>2001-07-10 22:17:40 +0000
committerMarcus Brinkmann <marcus@gnu.org>2001-07-10 22:17:40 +0000
commit3178f3765a76d42e62c0e79e7a21812fbcc15319 (patch)
treeff1e18ec97d6b5726e04c981474a77c7bc5917e5 /hurd/process.defs
parent312f376bdd88d1dd82aae1ced6c7581ab88fd260 (diff)
2001-07-11 Marcus Brinkmann <marcus@gnu.org>
* fs.defs (routine file_get_storage_info): Add dealloc to all out parameters (PORTS, INTS, OFFSETS, DATA). (routine file_get_fs_options): Add dealloc to out parameter OPTIONS. * fsys.defs (routine fsys_get_options): Add dealloc to out parameter OPTIONS. * process.defs (routine proc_getprocinfo): Add dealloc to out paramter PROCINFO.
Diffstat (limited to 'hurd/process.defs')
-rw-r--r--hurd/process.defs4
1 files changed, 2 insertions, 2 deletions
diff --git a/hurd/process.defs b/hurd/process.defs
index 6c171ac8..8dbeb6ea 100644
--- a/hurd/process.defs
+++ b/hurd/process.defs
@@ -1,5 +1,5 @@
/* Definitions for process server interface
- Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997 Free Software Foundation
+ Copyright (C) 1992,93,94,95,96,97,2001 Free Software Foundation
This file is part of the GNU Hurd.
@@ -261,7 +261,7 @@ routine proc_getprocinfo (
process: process_t;
which: pid_t;
inout flags: int;
- out procinfo: procinfo_t;
+ out procinfo: procinfo_t, dealloc;
out threadwaits: data_t, dealloc);
routine proc_getprocargs (