diff options
-rw-r--r-- | libtrivfs/file-get-storage-info.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libtrivfs/file-get-storage-info.c b/libtrivfs/file-get-storage-info.c index 72e782ee..7e4073ad 100644 --- a/libtrivfs/file-get-storage-info.c +++ b/libtrivfs/file-get-storage-info.c @@ -24,7 +24,7 @@ trivfs_S_file_get_storage_info (struct trivfs_protid *cred, mach_msg_type_name_t reply_type, mach_port_t **ports, mach_msg_type_name_t *ports_type, - mach_msg_type_number_t num_ports, + mach_msg_type_number_t *num_ports, int **ints, mach_msg_type_number_t *num_ints, off_t **offsets, mach_msg_type_number_t *num_offsets, |