diff options
author | Thomas Bushnell <thomas@gnu.org> | 1997-08-20 18:19:05 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1997-08-20 18:19:05 +0000 |
commit | a553ffc7606c7f72d9a3e42c076a23a1f961d41b (patch) | |
tree | 223115f09d7183a195a34708f4f5a5766f6cbb21 | |
parent | c079dcb53736cf750ce76e5d91e70271632bf08b (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.
-rw-r--r-- | libnetfs/ChangeLog | 5 | ||||
-rw-r--r-- | libnetfs/init-loop.c | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/libnetfs/ChangeLog b/libnetfs/ChangeLog index 5312ef95..f8bc6d82 100644 --- a/libnetfs/ChangeLog +++ b/libnetfs/ChangeLog @@ -1,3 +1,8 @@ +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. + Mon Jul 7 16:25:49 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> * file-exec.c: Include <fcntl.h> instead of <fcntlbits.h>. 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); |