From 293682374aced4fbaf0424a66be92732ffc886e9 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 5 May 1994 14:17:07 +0000 Subject: entered into RCS --- libdiskfs/io-prenotify.c | 6 +++--- 1 file 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; -- cgit v1.2.3