summaryrefslogtreecommitdiff
path: root/libdiskfs/io-prenotify.c
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-06-09 21:28:03 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-06-09 21:28:03 +0000
commite2bf5d8af936c261c24cacb42dffad05e21836c8 (patch)
treef777e2a990b9c1b73b7537342d8092ec354ca537 /libdiskfs/io-prenotify.c
parent2ce8527bd035ef7c65dc6c98f73b0518528be7d7 (diff)
(diskfs_S_io_prenotify): Mark START unused.
Diffstat (limited to 'libdiskfs/io-prenotify.c')
-rw-r--r--libdiskfs/io-prenotify.c2
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;