aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libtrivfs/fsys-stubs.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libtrivfs/fsys-stubs.c b/libtrivfs/fsys-stubs.c
index 821245bc..afb97cdf 100644
--- a/libtrivfs/fsys-stubs.c
+++ b/libtrivfs/fsys-stubs.c
@@ -23,7 +23,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "fsys_S.h"
kern_return_t
-trivfs_S_fsys_startup (struct trivfs_control *cntl,
+trivfs_S_fsys_startup (mach_port_t bootport,
mach_port_t cntl,
mach_port_t *realnode,
mach_port_t *realnodetype,
@@ -43,7 +43,7 @@ trivfs_S_fsys_getpriv (struct trivfs_control *cntl,
}
kern_return_t
-trivfs_S_fsys_init (struct trivfs_cntl *,
+trivfs_S_fsys_init (struct trivfs_control *control,
mach_port_t proc,
mach_msg_type_name_t proctype,
mach_port_t auth,
@@ -53,7 +53,7 @@ trivfs_S_fsys_init (struct trivfs_cntl *,
}
kern_return_t
-trivfs_S_fsys_getfile (struct trivfs_cntl *,
+trivfs_S_fsys_getfile (struct trivfs_control *cntl,
uid_t *genuids,
u_int ngenuids,
uid_t *gengids,