diff options
Diffstat (limited to 'libdiskfs/io-pathconf.c')
-rw-r--r-- | libdiskfs/io-pathconf.c | 4 |
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) |