From 1af1aac33a39e6d7115083b94e02d01bf542221e Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Fri, 9 Jun 1995 20:49:35 +0000 Subject: (diskfs_S_file_getfh): Declare parameters to be unused. --- libdiskfs/file-getfh.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libdiskfs/file-getfh.c b/libdiskfs/file-getfh.c index 3e455143..bc788a20 100644 --- a/libdiskfs/file-getfh.c +++ b/libdiskfs/file-getfh.c @@ -1,5 +1,5 @@ /* libdiskfs implementation of fs.defs: file_getfh - 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 @@ -20,9 +20,9 @@ /* Implement file_getfh as described in . */ kern_return_t -diskfs_S_file_getfh (struct protid *cred, - char **data, - u_int *datalen) +diskfs_S_file_getfh (struct protid *cred __attribute__ ((unused)), + char **data __attribute__ ((unused)), + u_int *datalen __attribute__ ((unused))) { return EOPNOTSUPP; } -- cgit v1.2.3