summaryrefslogtreecommitdiff
path: root/libdiskfs/demuxer.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1994-11-23 05:26:42 +0000
committerRoland McGrath <roland@gnu.org>1994-11-23 05:26:42 +0000
commitecdef3604ffefdfacc3071049c3846bff12cccdb (patch)
tree26b04ddd6a1f076ac78978fe4a1a2acb7d7a206d /libdiskfs/demuxer.c
parent6f8241409a727b785a5fe253e5d3dd0438b54a0a (diff)
(ports_demuxer): Call diskfs_seqnos_notify_server, not
seqnos_notify_server.
Diffstat (limited to 'libdiskfs/demuxer.c')
-rw-r--r--libdiskfs/demuxer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libdiskfs/demuxer.c b/libdiskfs/demuxer.c
index a5b9989f..4e03d23b 100644
--- a/libdiskfs/demuxer.c
+++ b/libdiskfs/demuxer.c
@@ -24,7 +24,7 @@ ports_demuxer (mach_msg_header_t *inp,
int diskfs_fs_server (mach_msg_header_t *, mach_msg_header_t *);
int diskfs_io_server (mach_msg_header_t *, mach_msg_header_t *);
int diskfs_fsys_server (mach_msg_header_t *, mach_msg_header_t *);
- int seqnos_notify_server (mach_msg_header_t *, mach_msg_header_t *);
+ int diskfs_seqnos_notify_server (mach_msg_header_t *, mach_msg_header_t *);
int diskfs_exec_server (mach_msg_header_t *, mach_msg_header_t *);
int pager_demuxer (mach_msg_header_t *, mach_msg_header_t *);
int diskfs_interrupt_server (mach_msg_header_t *, mach_msg_header_t *);
@@ -33,7 +33,7 @@ ports_demuxer (mach_msg_header_t *inp,
return (diskfs_io_server (inp, outp)
|| pager_demuxer (inp, outp)
|| diskfs_fs_server (inp, outp)
- || seqnos_notify_server (inp, outp)
+ || diskfs_seqnos_notify_server (inp, outp)
|| diskfs_fsys_server (inp, outp)
|| diskfs_exec_server (inp, outp)
|| diskfs_interrupt_server (inp, outp)