summaryrefslogtreecommitdiff
path: root/nfs
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-01-04 07:04:07 +0000
committerRoland McGrath <roland@gnu.org>2002-01-04 07:04:07 +0000
commit09bfc3c7019aee692a3acecc4956344712de0b1c (patch)
tree5b2f02f6108ca5e9554d6951f43eaebfdfee1ee7 /nfs
parent2e6e181795190649f0ebb288e99ca412807bc75e (diff)
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.c3
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;