From 64c905559c64d5276086c8bdbcfad98e1cecb2aa Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Mon, 13 Nov 1995 22:13:12 +0000 Subject: entered into RCS --- libnetfs/file-get-storage-info.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'libnetfs') 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; +} + -- cgit v1.2.3