diff options
Diffstat (limited to 'libdiskfs/io-stubs.c')
-rw-r--r-- | libdiskfs/io-stubs.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libdiskfs/io-stubs.c b/libdiskfs/io-stubs.c index 4f52f3c5..aa1e48b2 100644 --- a/libdiskfs/io-stubs.c +++ b/libdiskfs/io-stubs.c @@ -1,5 +1,5 @@ /* - Copyright (C) 1994 Free Software Foundation + Copyright (C) 1994, 1995 Free Software Foundation This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -47,7 +47,8 @@ diskfs_S_io_eofnotify (struct protid *cred) We don't use this feature. */ kern_return_t diskfs_S_io_postnotify (struct protid *cred, - vm_offset_t start, vm_offset_t end) + vm_offset_t start __attribute__ ((unused)), + vm_offset_t end __attribute__ ((unused))) { return cred ? 0 : EOPNOTSUPP; } |