summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1995-07-25 21:07:12 +0000
committerMiles Bader <miles@gnu.org>1995-07-25 21:07:12 +0000
commite4c6d14ffd3db3095bfb863b8b7e79d2c0cc9327 (patch)
tree6b005b33934ee6f8abe623c961d06d21ac9b233c
parent5d4a2156ea7cacbea84b9875b6f934fa28c6284f (diff)
(main): Don't pass in the MACH_RCV_TIMEOUT flag with a zero timeout.
-rw-r--r--trans/bogus-fifo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/trans/bogus-fifo.c b/trans/bogus-fifo.c
index bf57519d..59cb857a 100644
--- a/trans/bogus-fifo.c
+++ b/trans/bogus-fifo.c
@@ -79,7 +79,7 @@ main (int argc, char **argv)
(1) the pipe is empty (which we can check), and (2) there are no other
users (which we can't). If we just drop our ref to the pipe, there
still could be a writer holding a ref to it. */
- mach_msg_server_timeout (fsys_server, 0, fsys, MACH_RCV_TIMEOUT, 0);
+ mach_msg_server_timeout (fsys_server, 0, fsys, 0, 0);
}
/* ---------------------------------------------------------------- */