diff options
Diffstat (limited to 'libnetfs')
-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); |