diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-06-09 20:41:57 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-06-09 20:41:57 +0000 |
commit | 75f8c7dea552a435f866197c7fc26a28ca3dbf29 (patch) | |
tree | a32afe2a31d97650a3103a21b38d838ded77af4b | |
parent | 05af0dfe1c54611869284de661fdd71c8251c2c0 (diff) |
(diskfs_S_file_notice_changes): Mark parameters as unused.
-rw-r--r-- | libdiskfs/file-chg.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libdiskfs/file-chg.c b/libdiskfs/file-chg.c index 3de4ca26..27d932e6 100644 --- a/libdiskfs/file-chg.c +++ b/libdiskfs/file-chg.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 @@ -19,8 +19,8 @@ #include "fs_S.h" kern_return_t -diskfs_S_file_notice_changes (struct protid *cred, - mach_port_t notify) +diskfs_S_file_notice_changes (struct protid *cred __attribute__ ((unused)), + mach_port_t notify __attribute__ ((unused))) { return EOPNOTSUPP; } |