summaryrefslogtreecommitdiff
path: root/libdiskfs/dir-chg.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1995-01-19 08:37:30 +0000
committerRoland McGrath <roland@gnu.org>1995-01-19 08:37:30 +0000
commite65365fa72933b8516df73fd7174ba1169b03ed8 (patch)
tree249c61ab4c45848a7dcc0de83565bb138260ff15 /libdiskfs/dir-chg.c
parentf820de858bfffac04855ef784a6f3233b00891e6 (diff)
Undo renaming.
Includ ourfs_notify_U.h instead of ourmsg_U.h.
Diffstat (limited to 'libdiskfs/dir-chg.c')
-rw-r--r--libdiskfs/dir-chg.c4
1 files changed, 2 insertions, 2 deletions
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;
}