summaryrefslogtreecommitdiff
path: root/libdiskfs
diff options
context:
space:
mode:
Diffstat (limited to 'libdiskfs')
-rw-r--r--libdiskfs/notify-stubs.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/libdiskfs/notify-stubs.c b/libdiskfs/notify-stubs.c
index 70d193cb..c7f55ab2 100644
--- a/libdiskfs/notify-stubs.c
+++ b/libdiskfs/notify-stubs.c
@@ -18,7 +18,7 @@
#include "priv.h"
error_t
-do_seqnos_mach_notify_port_deleted (mach_port_t notify,
+diskfs_do_seqnos_mach_notify_port_deleted (mach_port_t notify,
mach_port_seqno_t seqno,
mach_port_t name)
{
@@ -27,7 +27,7 @@ do_seqnos_mach_notify_port_deleted (mach_port_t notify,
}
error_t
-do_seqnos_mach_notify_msg_accepted (mach_port_t notify,
+diskfs_do_seqnos_mach_notify_msg_accepted (mach_port_t notify,
mach_port_seqno_t seqno,
mach_port_t name)
{
@@ -36,7 +36,7 @@ do_seqnos_mach_notify_msg_accepted (mach_port_t notify,
}
error_t
-do_seqnos_mach_notify_port_destroyed (mach_port_t notify,
+diskfs_do_seqnos_mach_notify_port_destroyed (mach_port_t notify,
mach_port_seqno_t seqno,
mach_port_t name)
{
@@ -45,7 +45,7 @@ do_seqnos_mach_notify_port_destroyed (mach_port_t notify,
}
error_t
-do_seqnos_mach_notify_send_once (mach_port_t notify,
+diskfs_do_seqnos_mach_notify_send_once (mach_port_t notify,
mach_port_seqno_t seqno)
{
printf ("send once notification\n");
@@ -53,7 +53,7 @@ do_seqnos_mach_notify_send_once (mach_port_t notify,
}
error_t
-do_seqnos_mach_notify_dead_name (mach_port_t notify,
+diskfs_do_seqnos_mach_notify_dead_name (mach_port_t notify,
mach_port_seqno_t seqno,
mach_port_t name)
{