diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-02-10 19:08:14 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-02-10 19:08:14 +0000 |
commit | 85f7e8766def38d4579bdd97ca1ba2fd7c7271ef (patch) | |
tree | d827d3184e0556927eb32c5fcc24354a552ac6be | |
parent | 024c0708ff69c63c0c8daa999dedb3fd5488150a (diff) |
Formerly notify-stubs.c.~2~
-rw-r--r-- | libdiskfs/notify-stubs.c | 10 |
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) { |