diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2021-03-18 11:24:09 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2021-03-19 23:55:24 +0100 |
commit | c3b928d7c626e5692f7c544f23b5ae39cdc1a8db (patch) | |
tree | 0fe9b1390ce9f059b1c2ef2b9caeb553ee3b584b | |
parent | ab13268c5026cd0c5e047081611772364b2a1393 (diff) | |
download | hurd-c3b928d7c626e5692f7c544f23b5ae39cdc1a8db.tar.gz hurd-c3b928d7c626e5692f7c544f23b5ae39cdc1a8db.tar.bz2 hurd-c3b928d7c626e5692f7c544f23b5ae39cdc1a8db.zip |
fsys_init: Document that the proc port is for the task itself
-rw-r--r-- | hurd/fsys.defs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/fsys.defs b/hurd/fsys.defs index 286da703..20f36974 100644 --- a/hurd/fsys.defs +++ b/hurd/fsys.defs @@ -107,7 +107,7 @@ routine fsys_getpriv ( out fstask: mach_port_send_t); /* This is called by the startup translator to provide the bootstrap filesystem - with proc and auth ports. */ + with the process_t port for its own task, and an auth port. */ routine fsys_init ( fsys: fsys_t; sreplyport reply_port: sreply_port_t; |