summaryrefslogtreecommitdiff
path: root/libnetfs
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-11-13 22:13:12 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-11-13 22:13:12 +0000
commit64c905559c64d5276086c8bdbcfad98e1cecb2aa (patch)
tree66370046361c37632a32d4d975b26375dfb0c6d5 /libnetfs
parent1e330dfb9debc9ee47bc871327a452d2fddd4033 (diff)
entered into RCS
Diffstat (limited to 'libnetfs')
-rw-r--r--libnetfs/file-get-storage-info.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/libnetfs/file-get-storage-info.c b/libnetfs/file-get-storage-info.c
index 479de93c..65d16f91 100644
--- a/libnetfs/file-get-storage-info.c
+++ b/libnetfs/file-get-storage-info.c
@@ -37,11 +37,14 @@ netfs_S_file_get_storage_info (struct protid *user,
if (!user)
return EOPNOTSUPP;
+ /* Necessary to keep MiG happy. */
*naddresses = 0;
- *block_size =
-
*storage_data_len = 0;
*storage_port = MACH_PORT_NULL;
*storage_port_type = MACH_MSG_TYPE_COPY_SEND;
+ *class = STORAGE_NETWORK;
+ return 0;
+}
+