diff options
Diffstat (limited to 'libdiskfs/file-chg.c')
-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; } |