summaryrefslogtreecommitdiff
path: root/login
diff options
context:
space:
mode:
authorJustus Winter <justus@gnupg.org>2016-04-26 15:43:26 +0200
committerJustus Winter <justus@gnupg.org>2016-04-28 18:46:38 +0200
commitf250b6d8626c9d3ecf0d356dfd786a23ebbf6ca1 (patch)
treeece9fc459ecf123de109db9f9736a482f0dbea6e /login
parent57d5c5ca5463d43196393bc5b2d5f379ee749374 (diff)
Unify and document the way fsids are handled in trivfs translators
* doc/hurd.texi: Clarify what happens if 'trivfs_fsid' is zero. * login/utmp.c: Leave 'trivfs_fsid' at zero. * pfinet/main.c: Likewise. * trans/ifsock.c: Likewise. * trans/proxy-defpager.c: Likewise.
Diffstat (limited to 'login')
-rw-r--r--login/utmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/login/utmp.c b/login/utmp.c
index c7c1ac04..f366d44b 100644
--- a/login/utmp.c
+++ b/login/utmp.c
@@ -364,7 +364,7 @@ S_login_get_login_collection(file_t utmp, int *pid)
#define PT_PROC 2 /* Our process handle. */
int trivfs_fstype = FSTYPE_MISC;
-int trivfs_fsid = 0; /* ??? */
+int trivfs_fsid = 0;
int trivfs_support_read = 0;
int trivfs_support_write = 0;