summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-02-18 21:22:28 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-02-18 21:22:28 +0000
commit3fa5de8d72e5d7f8a613bcda377e53c495a49f53 (patch)
tree50c2bcca8a2894838f2be7f3cdc6913c416b0a08
parent852c90c1f85832213b9aa59725e06c12e9c7e5f9 (diff)
Formerly notify-stubs.c.~2~
-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;