summaryrefslogtreecommitdiff
path: root/libdiskfs
diff options
context:
space:
mode:
Diffstat (limited to 'libdiskfs')
-rw-r--r--libdiskfs/dir-chg.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/libdiskfs/dir-chg.c b/libdiskfs/dir-chg.c
index 641eb743..291ff8da 100644
--- a/libdiskfs/dir-chg.c
+++ b/libdiskfs/dir-chg.c
@@ -15,9 +15,12 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
+#include "priv.h"
+#include "fs_S.h"
+
kern_return_t
-S_dir_notice_changes (struct protid *cred,
- mach_port_t notify)
+diskfs_S_dir_notice_changes (struct protid *cred,
+ mach_port_t notify)
{
return EOPNOTSUPP;
}