diff options
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/ChangeLog | 5 | ||||
-rw-r--r-- | hurd/process.defs | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/hurd/ChangeLog b/hurd/ChangeLog index efa2eed2..9cd4b659 100644 --- a/hurd/ChangeLog +++ b/hurd/ChangeLog @@ -1,3 +1,8 @@ +2002-05-22 Marcus Brinkmann <marcus@gnu.org> + + * process.defs (proc_setlogin): Remove comment about being + deprecated. It is used to create login sandboxes. + 2002-05-20 Alfred M. Szmidt <ams@kemisten.nu> * paths.h (_SERVERS_STARTUP): Macro removed. 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); |