diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-05-25 22:57:53 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-05-25 22:57:53 +0000 |
commit | bdd927cd5da25a269ce5ffd110dfa5431e053203 (patch) | |
tree | 375f557a8ca8f590a42a3c1ea9ffd85152796b5b /libtrivfs/notify-stubs.c | |
parent | 7b163e0858e8069e4a4c560f69a5c63c4c6b8910 (diff) |
entered into RCS
Diffstat (limited to 'libtrivfs/notify-stubs.c')
-rw-r--r-- | libtrivfs/notify-stubs.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libtrivfs/notify-stubs.c b/libtrivfs/notify-stubs.c index 74e253a9..448984a4 100644 --- a/libtrivfs/notify-stubs.c +++ b/libtrivfs/notify-stubs.c @@ -18,34 +18,34 @@ #include "priv.h" #include "notify_S.h" -error_t +kern_return_t trivfs_do_mach_notify_port_deleted (mach_port_t notify, mach_port_t name) { return 0; } -error_t +kern_return_t trivfs_do_mach_notify_msg_accepted (mach_port_t notify, mach_port_t name) { return 0; } -error_t +kern_return_t trivfs_do_mach_notify_port_destroyed (mach_port_t notify, mach_port_t name) { return 0; } -error_t +kern_return_t trivfs_do_mach_notify_send_once (mach_port_t notify) { return 0; } -error_t +kern_return_t trivfs_do_mach_notify_dead_name (mach_port_t notify, mach_port_t name) { |