diff options
Diffstat (limited to 'login/utmp.c')
-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; |