summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--login/utmp.c4
-rw-r--r--pflocal/pflocal.c6
2 files changed, 4 insertions, 6 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);
}
diff --git a/pflocal/pflocal.c b/pflocal/pflocal.c
index 4ad41387..dd4cc73e 100644
--- a/pflocal/pflocal.c
+++ b/pflocal/pflocal.c
@@ -139,15 +139,13 @@ void main(int argc, char *argv[])
}
void
-trivfs_modify_stat (struct stat *st)
+trivfs_modify_stat (struct trivfs_protid *cred, struct stat *st)
{
st->st_fstype = FSTYPE_MISC;
}
error_t
-trivfs_goaway (int flags, mach_port_t realnode,
- struct port_class *fsys_port_class,
- struct port_class *file_port_class)
+trivfs_goaway (struct trivfs_control *fsys, int flags)
{
error_t err;