diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-12-21 20:38:53 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-12-21 20:38:53 +0000 |
commit | 51db30693de705f006e05e56752ff84f6e9a0afb (patch) | |
tree | d87f183851eb2414373ea59f85d90895cdfeb83c /libnetfs/iostubs.c | |
parent | c4dd86ee0aeca7ea6160ac40cca1c3bbe15b37d2 (diff) |
entered into RCS
Diffstat (limited to 'libnetfs/iostubs.c')
-rw-r--r-- | libnetfs/iostubs.c | 6 |
1 files 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; } |