summaryrefslogtreecommitdiff
path: root/hurd
diff options
context:
space:
mode:
authorMarcus Brinkmann <marcus@gnu.org>2002-05-21 23:07:16 +0000
committerMarcus Brinkmann <marcus@gnu.org>2002-05-21 23:07:16 +0000
commit70ecf644d552152d6a73f63421a5b7c5ea5f32ba (patch)
treea2d10e6b96c50e3b0ba9392accae54c5162dd239 /hurd
parentf6d8252bdfda51c2cdf8e21249db7e5206820b51 (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')
-rw-r--r--hurd/ChangeLog5
-rw-r--r--hurd/process.defs3
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);