From 51db30693de705f006e05e56752ff84f6e9a0afb Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Thu, 21 Dec 1995 20:38:53 +0000 Subject: entered into RCS --- libnetfs/iostubs.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/libnetfs/iostubs.c b/libnetfs/iostubs.c index 64a1322a..1465b43a 100644 --- a/libnetfs/iostubs.c +++ b/libnetfs/iostubs.c @@ -57,13 +57,15 @@ netfs_S_io_eofnotify (struct protid *user) } error_t -netfs_S_io_prenotify (struct protid *user) +netfs_S_io_prenotify (struct protid *user, + vm_offset_t start, vm_offset_t stop) { return EOPNOTSUPP; } error_t -netfs_S_io_postnotify (struct protid *user) +netfs_S_io_postnotify (struct protid *user, + vm_offset_t start, vm_offset_t stop) { return EOPNOTSUPP; } -- cgit v1.2.3