diff options
author | Roland McGrath <roland@gnu.org> | 1994-05-05 14:17:07 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1994-05-05 14:17:07 +0000 |
commit | 293682374aced4fbaf0424a66be92732ffc886e9 (patch) | |
tree | 9867b37867703007f4a2bf2dcc8ec4cc196ce15e /libdiskfs | |
parent | 729de2ab72ea246825663581c4584f94134b985d (diff) |
entered into RCS
Diffstat (limited to 'libdiskfs')
-rw-r--r-- | libdiskfs/io-prenotify.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libdiskfs/io-prenotify.c b/libdiskfs/io-prenotify.c index dd9d32b2..b239c02e 100644 --- a/libdiskfs/io-prenotify.c +++ b/libdiskfs/io-prenotify.c @@ -23,10 +23,10 @@ We set the prenotify size to be the allocated size of the file; then users are forced to call this routine before writing past that, and we can do allocation (orreturn ENOSPC if necessary. */ -error_t +kern_return_t diskfs_S_io_prenotify (struct protid *cred, - int start, - int end) + vm_offset_t start, + vm_offset_t end) { struct node *np; int err = 0; |