From 1257983b6e6e6636ee981fed7d165778d92ba7a5 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Wed, 6 Sep 1995 22:20:24 +0000 Subject: (trivfs_demuxer): Use ports_notify_server and ports_interrupt_server instead of our own versions. --- libtrivfs/demuxer.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/libtrivfs/demuxer.c b/libtrivfs/demuxer.c index f30e057b..27777468 100644 --- a/libtrivfs/demuxer.c +++ b/libtrivfs/demuxer.c @@ -28,14 +28,12 @@ trivfs_demuxer (mach_msg_header_t *inp, int trivfs_fs_server (mach_msg_header_t *, mach_msg_header_t *); int trivfs_io_server (mach_msg_header_t *, mach_msg_header_t *); int trivfs_fsys_server (mach_msg_header_t *, mach_msg_header_t *); - int trivfs_notify_server (mach_msg_header_t *, mach_msg_header_t *); - int trivfs_interrupt_server (mach_msg_header_t *, mach_msg_header_t *); return (trivfs_io_server (inp, outp) || trivfs_fs_server (inp, outp) - || trivfs_notify_server (inp, outp) + || ports_notify_server (inp, outp) || trivfs_fsys_server (inp, outp) - || trivfs_interrupt_server (inp, outp)); + || ports_interrupt_server (inp, outp)); } -- cgit v1.2.3