diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-06-14 18:37:30 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-06-14 18:37:30 +0000 |
commit | d4ac9418498d53a31576233739334e000818da97 (patch) | |
tree | 60463be527b468da4853ab6733d90cfb8ea931a2 | |
parent | a796db08478d747a1dc40d9975849f55fb485344 (diff) |
Formerly file-chg.c.~2~
-rw-r--r-- | libdiskfs/file-chg.c | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/libdiskfs/file-chg.c b/libdiskfs/file-chg.c index e63ffdf2..339ce0a4 100644 --- a/libdiskfs/file-chg.c +++ b/libdiskfs/file-chg.c @@ -16,5 +16,11 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "priv.h" +#include "fs_S.h" + +diskfs_S_file_notice_changes (struct protid *cred, + mach_port_t notify) +{ + return EOPNOTSUPP; +} -diskfs_ |