diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-06-09 21:28:03 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-06-09 21:28:03 +0000 |
commit | e2bf5d8af936c261c24cacb42dffad05e21836c8 (patch) | |
tree | f777e2a990b9c1b73b7537342d8092ec354ca537 | |
parent | 2ce8527bd035ef7c65dc6c98f73b0518528be7d7 (diff) |
(diskfs_S_io_prenotify): Mark START unused.
-rw-r--r-- | libdiskfs/io-prenotify.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdiskfs/io-prenotify.c b/libdiskfs/io-prenotify.c index 8c6b6552..a2b96e7e 100644 --- a/libdiskfs/io-prenotify.c +++ b/libdiskfs/io-prenotify.c @@ -25,7 +25,7 @@ that, and we can do allocation (orreturn ENOSPC if necessary. */ kern_return_t diskfs_S_io_prenotify (struct protid *cred, - vm_offset_t start, + vm_offset_t start __attribute__ ((unused)), vm_offset_t end) { struct node *np; |