From 3fa5de8d72e5d7f8a613bcda377e53c495a49f53 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Fri, 18 Feb 1994 21:22:28 +0000 Subject: Formerly notify-stubs.c.~2~ --- libtrivfs/notify-stubs.c | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) (limited to 'libtrivfs') 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; -- cgit v1.2.3