From 85f7e8766def38d4579bdd97ca1ba2fd7c7271ef Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Thu, 10 Feb 1994 19:08:14 +0000 Subject: Formerly notify-stubs.c.~2~ --- libdiskfs/notify-stubs.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'libdiskfs/notify-stubs.c') 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) { -- cgit v1.2.3