From 70ecf644d552152d6a73f63421a5b7c5ea5f32ba Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Tue, 21 May 2002 23:07:16 +0000 Subject: 2002-05-22 Marcus Brinkmann * process.defs (proc_setlogin): Remove comment about being deprecated. It is used to create login sandboxes. --- hurd/ChangeLog | 5 +++++ hurd/process.defs | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'hurd') 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 + + * process.defs (proc_setlogin): Remove comment about being + deprecated. It is used to create login sandboxes. + 2002-05-20 Alfred M. Szmidt * 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); -- cgit v1.2.3