summaryrefslogtreecommitdiff
path: root/libdiskfs/io-async.c
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-06-09 21:15:19 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-06-09 21:15:19 +0000
commite68ff03031aa8868abbaaeed0984d3fa99289dd3 (patch)
tree6139ecc58da62b98e6f889a0be8cf14ebdc9dd3a /libdiskfs/io-async.c
parent7d44d1ff0ec4077e569c9b8449dd71b354e5ad65 (diff)
(diskfs_S_io_async): Mark parms unused.
Diffstat (limited to 'libdiskfs/io-async.c')
-rw-r--r--libdiskfs/io-async.c11
1 files changed, 6 insertions, 5 deletions
diff --git a/libdiskfs/io-async.c b/libdiskfs/io-async.c
index a9a04c42..e5ed6d92 100644
--- a/libdiskfs/io-async.c
+++ b/libdiskfs/io-async.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
@@ -20,10 +20,11 @@
/* Implement io_async as described in <hurd/io.defs>. */
kern_return_t
-diskfs_S_io_async (struct protid *cred,
- mach_port_t notify,
- mach_port_t *idport,
- mach_msg_type_name_t *idport_type)
+diskfs_S_io_async (struct protid *cred __attribute__ ((unused)),
+ mach_port_t notify __attribute__ ((unused)),
+ mach_port_t *idport __attribute__ ((unused)),
+ mach_msg_type_name_t *idport_type
+ __attribute__ ((unused)))
{
return EOPNOTSUPP;
}