summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libtrivfs/notify-stubs.c15
1 files changed, 5 insertions, 10 deletions
diff --git a/libtrivfs/notify-stubs.c b/libtrivfs/notify-stubs.c
index 1567d1b7..66389a1e 100644
--- a/libtrivfs/notify-stubs.c
+++ b/libtrivfs/notify-stubs.c
@@ -18,39 +18,34 @@
#include "priv.h"
error_t
-diskfs_do_seqnos_mach_notify_port_deleted (mach_port_t notify,
- mach_port_seqno_t seqno,
+trivfs_do_mach_notify_port_deleted (mach_port_t notify,
mach_port_t name)
{
return 0;
}
error_t
-diskfs_do_seqnos_mach_notify_msg_accepted (mach_port_t notify,
- mach_port_seqno_t seqno,
+trivfs_do_mach_notify_msg_accepted (mach_port_t notify,
mach_port_t name)
{
return 0;
}
error_t
-diskfs_do_seqnos_mach_notify_port_destroyed (mach_port_t notify,
- mach_port_seqno_t seqno,
+trivfs_do_mach_notify_port_destroyed (mach_port_t notify,
mach_port_t name)
{
return 0;
}
error_t
-diskfs_do_seqnos_mach_notify_send_once (mach_port_t notify,
- mach_port_seqno_t seqno)
+trivfs_do_mach_notify_send_once (mach_port_t notify)
{
return 0;
}
error_t
-diskfs_do_seqnos_mach_notify_dead_name (mach_port_t notify,
- mach_port_seqno_t seqno,
+trivfs_do_mach_notify_dead_name (mach_port_t notify,
mach_port_t name)
{
return 0;