summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-06-09 20:51:50 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-06-09 20:51:50 +0000
commit4690332e6aead829e89dd910f68f45d6662dc386 (patch)
treefa6f1fddb85f324607b6c2154afa27d8274ddd1d
parent3aef44a7b466c1ceb36e8bd0f28ec048a551915d (diff)
(diskfs_S_file_pathconf): Declare NAME to be unused.
-rw-r--r--libdiskfs/io-pathconf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libdiskfs/io-pathconf.c b/libdiskfs/io-pathconf.c
index d26d92b7..c26f0d47 100644
--- a/libdiskfs/io-pathconf.c
+++ b/libdiskfs/io-pathconf.c
@@ -1,5 +1,5 @@
/* libdiskfs implementation of fs.defs: file_pathconf
- Copyright (C) 1992, 1993, 1994 Free Software Foundation
+ Copyright (C) 1992, 1993, 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,7 +21,7 @@
/* Implement file_pathconf as described in <hurd/fs.defs>. */
kern_return_t
diskfs_S_file_pathconf (struct protid *cred,
- int name,
+ int name __attribute__ ((unused)),
int *value)
{
if (!cred)