summaryrefslogtreecommitdiff
path: root/libnetfs/init-loop.c
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1997-08-20 18:19:05 +0000
committerThomas Bushnell <thomas@gnu.org>1997-08-20 18:19:05 +0000
commita553ffc7606c7f72d9a3e42c076a23a1f961d41b (patch)
tree223115f09d7183a195a34708f4f5a5766f6cbb21 /libnetfs/init-loop.c
parentc079dcb53736cf750ce76e5d91e70271632bf08b (diff)
Wed Aug 20 14:05:38 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* init-loop.c (netfs_server_loop): New args for ports_manage_port_operations_multithread.
Diffstat (limited to 'libnetfs/init-loop.c')
-rw-r--r--libnetfs/init-loop.c4
1 files changed, 2 insertions, 2 deletions
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);