diff options
author | Justus Winter <justus@gnupg.org> | 2016-04-26 15:43:26 +0200 |
---|---|---|
committer | Justus Winter <justus@gnupg.org> | 2016-04-28 18:46:38 +0200 |
commit | f250b6d8626c9d3ecf0d356dfd786a23ebbf6ca1 (patch) | |
tree | ece9fc459ecf123de109db9f9736a482f0dbea6e /login | |
parent | 57d5c5ca5463d43196393bc5b2d5f379ee749374 (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.c | 2 |
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; |