From e65365fa72933b8516df73fd7174ba1169b03ed8 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 19 Jan 1995 08:37:30 +0000 Subject: Undo renaming. Includ ourfs_notify_U.h instead of ourmsg_U.h. --- libdiskfs/dir-chg.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libdiskfs/dir-chg.c') diff --git a/libdiskfs/dir-chg.c b/libdiskfs/dir-chg.c index 095e0cf8..42dfb161 100644 --- a/libdiskfs/dir-chg.c +++ b/libdiskfs/dir-chg.c @@ -17,7 +17,7 @@ #include "priv.h" #include "fs_S.h" -#include "ourmsg_U.h" +#include "ourfs_notify_U.h" kern_return_t diskfs_S_dir_notice_changes (struct protid *cred, @@ -40,7 +40,7 @@ diskfs_S_dir_notice_changes (struct protid *cred, req->port = notify; req->next = np->dirmod_reqs; np->dirmod_reqs = req; - nowait_msg_dir_changed (notify, DIR_CHANGED_NULL, ""); + nowait_dir_changed (notify, DIR_CHANGED_NULL, ""); mutex_unlock (&np->lock); return 0; } -- cgit v1.2.3