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/nosenders.c | |
parent | 7b163e0858e8069e4a4c560f69a5c63c4c6b8910 (diff) |
entered into RCS
Diffstat (limited to 'libtrivfs/nosenders.c')
-rw-r--r-- | libtrivfs/nosenders.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libtrivfs/nosenders.c b/libtrivfs/nosenders.c index 9dd25056..6bb933f5 100644 --- a/libtrivfs/nosenders.c +++ b/libtrivfs/nosenders.c @@ -25,7 +25,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Called by the kernel when a port has no more senders. We arrange to have this sent to the port which is out of senders (NOTIFY). MSCOUNT is the make-send count of the port when the notification was generated. */ -error_t +kern_return_t trivfs_do_mach_notify_no_senders (mach_port_t notify, mach_port_mscount_t mscount) { |