diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-07-06 18:43:51 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-07-06 18:43:51 +0000 |
commit | 7cd676f2545019e826b669840a942791b4b38625 (patch) | |
tree | 9d0fb36b4c2b819efd44139e915a63e06155f8e9 | |
parent | 22883f9f645793cad8066bcdd2c7d9fd0a558360 (diff) |
Formerly ports-demuxer.c.~5~
-rw-r--r-- | libdiskfs/demuxer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdiskfs/demuxer.c b/libdiskfs/demuxer.c index 2da01800..32baad75 100644 --- a/libdiskfs/demuxer.c +++ b/libdiskfs/demuxer.c @@ -37,7 +37,7 @@ ports_demuxer (mach_msg_header_t *inp, || fsys_server (inp, outp) || exec_server (inp, outp) || interrupt_server (inp, outp) - || ifsock_server (inp, outp)); + || (diskfs_shortcut_ifsock ? ifsock_server (inp, outp) : 0)); } |