diff options
author | Marcus Brinkmann <marcus@gnu.org> | 2002-05-21 23:07:16 +0000 |
---|---|---|
committer | Marcus Brinkmann <marcus@gnu.org> | 2002-05-21 23:07:16 +0000 |
commit | 70ecf644d552152d6a73f63421a5b7c5ea5f32ba (patch) | |
tree | a2d10e6b96c50e3b0ba9392accae54c5162dd239 /hurd/process.defs | |
parent | f6d8252bdfda51c2cdf8e21249db7e5206820b51 (diff) |
2002-05-22 Marcus Brinkmann <marcus@gnu.org>
* process.defs (proc_setlogin): Remove comment about being
deprecated. It is used to create login sandboxes.
Diffstat (limited to 'hurd/process.defs')
-rw-r--r-- | hurd/process.defs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/hurd/process.defs b/hurd/process.defs index 8dbeb6ea..a87cc421 100644 --- a/hurd/process.defs +++ b/hurd/process.defs @@ -294,8 +294,7 @@ routine proc_getloginpids ( id: pid_t; out pids: pidarray_t, dealloc); -/* These next two should not actually be used; they are here - for "historic reasons." You are not expected to understand this. */ +/* You are not expected to understand this. */ routine proc_setlogin ( process: process_t; logname: string_t); |