From a553ffc7606c7f72d9a3e42c076a23a1f961d41b Mon Sep 17 00:00:00 2001 From: Thomas Bushnell Date: Wed, 20 Aug 1997 18:19:05 +0000 Subject: Wed Aug 20 14:05:38 1997 Thomas Bushnell, n/BSG * init-loop.c (netfs_server_loop): New args for ports_manage_port_operations_multithread. --- libnetfs/init-loop.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libnetfs/init-loop.c') diff --git a/libnetfs/init-loop.c b/libnetfs/init-loop.c index 921b3924..08bdcd18 100644 --- a/libnetfs/init-loop.c +++ b/libnetfs/init-loop.c @@ -1,5 +1,5 @@ /* - Copyright (C) 1996 Free Software Foundation, Inc. + Copyright (C) 1996, 1997 Free Software Foundation, Inc. Written by Michael I. Bushnell, p/BSG. This file is part of the GNU Hurd. @@ -34,7 +34,7 @@ netfs_server_loop () netfs_demuxer, thread_timeout, server_timeout, - 1, MACH_PORT_NULL); + 0); err = netfs_shutdown (0); } while (err); -- cgit v1.2.3