diff options
author | Roland McGrath <roland@gnu.org> | 2002-01-04 07:04:07 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-01-04 07:04:07 +0000 |
commit | 09bfc3c7019aee692a3acecc4956344712de0b1c (patch) | |
tree | 5b2f02f6108ca5e9554d6951f43eaebfdfee1ee7 /nfs | |
parent | 2e6e181795190649f0ebb288e99ca412807bc75e (diff) | |
download | hurd-09bfc3c7019aee692a3acecc4956344712de0b1c.tar.gz hurd-09bfc3c7019aee692a3acecc4956344712de0b1c.tar.bz2 hurd-09bfc3c7019aee692a3acecc4956344712de0b1c.zip |
2002-01-03 Roland McGrath <roland@frob.com>
* storage-info.c (netfs_file_get_storage_info): Set *PORTS_TYPE.
Diffstat (limited to 'nfs')
-rw-r--r-- | nfs/storage-info.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nfs/storage-info.c b/nfs/storage-info.c index d4d71fac..eb6a7db7 100644 --- a/nfs/storage-info.c +++ b/nfs/storage-info.c @@ -1,5 +1,5 @@ /* file_get_storage_info RPC for NFS client filesystem - Copyright (C) 2001 Free Software Foundation, Inc. + Copyright (C) 2001,02 Free Software Foundation, Inc. This file is part of the GNU Hurd. @@ -83,6 +83,7 @@ netfs_file_get_storage_info (struct iouser *cred, byte, and our URL as the name for the network store type. */ *num_ports = 0; + *ports_type = MACH_MSG_TYPE_COPY_SEND; assert (*num_offsets >= 2); /* mig always gives us some */ *num_offsets = 2; |