From f250b6d8626c9d3ecf0d356dfd786a23ebbf6ca1 Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Tue, 26 Apr 2016 15:43:26 +0200 Subject: 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. --- login/utmp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'login') 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; -- cgit v1.2.3