summaryrefslogtreecommitdiff
path: root/libdiskfs
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-06-14 18:37:17 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-06-14 18:37:17 +0000
commita796db08478d747a1dc40d9975849f55fb485344 (patch)
tree9020b10709a066a56dceb82cf1980f35fb640d2f /libdiskfs
parenta008f5521bac38cc5f5c1f0c7b19f010dde7b385 (diff)
Formerly dir-chg.c.~2~
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;
}