From 232ea5be7c3437c9ab910028ba683f8913b694b9 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Fri, 18 Feb 1994 20:00:55 +0000 Subject: Formerly io-stubs.c.~2~ --- libtrivfs/io-stubs.c | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'libtrivfs') 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; } -- cgit v1.2.3