summaryrefslogtreecommitdiff
path: root/libtrivfs/fsys-stubs.c
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-08-30 21:58:14 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-08-30 21:58:14 +0000
commitda94a1056fa4be0e59ee27aee320317327ccdc89 (patch)
tree251b154208dd65160baefcba65a4a718f0a576ae /libtrivfs/fsys-stubs.c
parentf32c513ae17f431fa8ae3218faf1f764be64485f (diff)
entered into RCS
Diffstat (limited to 'libtrivfs/fsys-stubs.c')
-rw-r--r--libtrivfs/fsys-stubs.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/libtrivfs/fsys-stubs.c b/libtrivfs/fsys-stubs.c
index 807e85ea..51c4032b 100644
--- a/libtrivfs/fsys-stubs.c
+++ b/libtrivfs/fsys-stubs.c
@@ -69,3 +69,13 @@ trivfs_S_fsys_getfile (struct trivfs_control *cntl,
{
return EOPNOTSUPP;
}
+
+kern_return_t
+trivfs_S_fsys_mod_readonly (struct trivfs_control *cntl,
+ mach_port_t reply,
+ mach_msg_type_name_t replytype,
+ int mod,
+ int force)
+{
+ return EOPNOTSUPP;
+}