diff options
Diffstat (limited to 'login')
-rw-r--r-- | login/utmp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/login/utmp.c b/login/utmp.c index 3a83a278..4333fa92 100644 --- a/login/utmp.c +++ b/login/utmp.c @@ -378,12 +378,12 @@ int trivfs_protid_nporttypes = 1; int trivfs_cntl_nporttypes = 1; void -trivfs_modify_stat (struct stat *st) +trivfs_modify_stat (struct trivfs_protid *cred, struct stat *st) { } error_t -trivfs_goaway (int flags, mach_port_t realnode, int ctltype, int pitype) +trivfs_goaway (struct trivfs_control *fsys, int flags) { die(0); } |