diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-11-13 22:13:12 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-11-13 22:13:12 +0000 |
commit | 64c905559c64d5276086c8bdbcfad98e1cecb2aa (patch) | |
tree | 66370046361c37632a32d4d975b26375dfb0c6d5 /libnetfs/file-get-storage-info.c | |
parent | 1e330dfb9debc9ee47bc871327a452d2fddd4033 (diff) |
entered into RCS
Diffstat (limited to 'libnetfs/file-get-storage-info.c')
-rw-r--r-- | libnetfs/file-get-storage-info.c | 7 |
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; +} + |