diff options
Diffstat (limited to 'hurd/process.defs')
-rw-r--r-- | hurd/process.defs | 4 |
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 ( |