From e4c6d14ffd3db3095bfb863b8b7e79d2c0cc9327 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Tue, 25 Jul 1995 21:07:12 +0000 Subject: (main): Don't pass in the MACH_RCV_TIMEOUT flag with a zero timeout. --- trans/bogus-fifo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'trans') 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); } /* ---------------------------------------------------------------- */ -- cgit v1.2.3