summaryrefslogtreecommitdiff
path: root/libtrivfs
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-02-18 20:00:55 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-02-18 20:00:55 +0000
commit232ea5be7c3437c9ab910028ba683f8913b694b9 (patch)
treea7e8af1e3e3d35bc43182d98a53ca5dacdb43eaf /libtrivfs
parent61c070723828eb27cb57c434b7f869bf92ea4b0c (diff)
Formerly io-stubs.c.~2~
Diffstat (limited to 'libtrivfs')
-rw-r--r--libtrivfs/io-stubs.c12
1 files changed, 5 insertions, 7 deletions
diff --git a/libtrivfs/io-stubs.c b/libtrivfs/io-stubs.c
index b86175a3..423ef293 100644
--- a/libtrivfs/io-stubs.c
+++ b/libtrivfs/io-stubs.c
@@ -28,7 +28,6 @@ trivfs_S_io_map_cntl (struct protid *cred,
return EOPNOTSUPP;
}
-
error_t
trivfs_S_io_get_conch (struct protid *cred)
{
@@ -41,33 +40,32 @@ trivfs_S_io_release_conch (struct protid *cred)
return EOPNOTSUPP;
}
-
error_t
-io_eofnotify (struct protid *)
+trivfs_S_io_eofnotify (struct protid *)
{
return EOPNOTSUPP;
}
error_t
-io_prenotify (struct protid *, int start, int end)
+trivfs_S_io_prenotify (struct protid *, int start, int end)
{
return EOPNOTSUPP;
}
error_t
-io_postnotify (struct protid *, int start, int end)
+trivfs_S_io_postnotify (struct protid *, int start, int end)
{
return EOPNOTSUPP;
}
error_t
-io_readsleep (struct protid *)
+trivfs_S_io_readsleep (struct protid *)
{
return EOPNOTSUPP;
}
error_t
-io_sigio (struct protid *)
+trivfs_S_io_sigio (struct protid *)
{
return EOPNOTSUPP;
}