From 4690332e6aead829e89dd910f68f45d6662dc386 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Fri, 9 Jun 1995 20:51:50 +0000 Subject: (diskfs_S_file_pathconf): Declare NAME to be unused. --- libdiskfs/io-pathconf.c | 4 ++-- 1 file 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 . */ kern_return_t diskfs_S_file_pathconf (struct protid *cred, - int name, + int name __attribute__ ((unused)), int *value) { if (!cred) -- cgit v1.2.3