summaryrefslogtreecommitdiff
path: root/libdiskfs
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-06-09 20:50:53 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-06-09 20:50:53 +0000
commit3aef44a7b466c1ceb36e8bd0f28ec048a551915d (patch)
tree70b5922f52fffdd7aed0fc5f5b81fdd3f2c2281d /libdiskfs
parent1af1aac33a39e6d7115083b94e02d01bf542221e (diff)
(diskfs_S_file_invoke_translator): Declare parms unused.
Diffstat (limited to 'libdiskfs')
-rw-r--r--libdiskfs/file-inv-trans.c15
1 files changed, 8 insertions, 7 deletions
diff --git a/libdiskfs/file-inv-trans.c b/libdiskfs/file-inv-trans.c
index 837c0038..7dc73734 100644
--- a/libdiskfs/file-inv-trans.c
+++ b/libdiskfs/file-inv-trans.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
@@ -21,12 +21,13 @@
/* Implement fs.defs:file_invoke_translator as described in <hurd/fs.defs>. */
kern_return_t
-diskfs_S_file_invoke_translator (struct protid *cred,
- int flags,
- retry_type *retry,
- char *retry_name,
- mach_port_t *retrypt,
- mach_msg_type_name_t *retrypttype)
+diskfs_S_file_invoke_translator (struct protid *cred __attribute__ ((unused)),
+ int flags __attribute__ ((unused)),
+ retry_type *retry __attribute__ ((unused)),
+ char *retry_name __attribute__ ((unused)),
+ mach_port_t *retrypt __attribute__ ((unused)),
+ mach_msg_type_name_t *retrypttype
+ __attribute__ ((unused)))
{
#if 0
/* XXX */