summaryrefslogtreecommitdiff
path: root/libtrivfs/file-get-storage-info.c
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1996-05-07 20:14:31 +0000
committerMiles Bader <miles@gnu.org>1996-05-07 20:14:31 +0000
commitde7c859daddbf305ed0d41c509df7b0f7898d3c9 (patch)
treea8ba8924d14fd98b3923c2f971146c72927de042 /libtrivfs/file-get-storage-info.c
parentf803def3aab219ed97d5e4a6f728faf4c139cb29 (diff)
(trivfs_S_file_get_storage_info): Swap PORTS_TYPE and NUM_PORTS args.
Diffstat (limited to 'libtrivfs/file-get-storage-info.c')
-rw-r--r--libtrivfs/file-get-storage-info.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libtrivfs/file-get-storage-info.c b/libtrivfs/file-get-storage-info.c
index 2a106088..17f66c3c 100644
--- a/libtrivfs/file-get-storage-info.c
+++ b/libtrivfs/file-get-storage-info.c
@@ -22,8 +22,8 @@ error_t
trivfs_S_file_get_storage_info (struct trivfs_protid *cred,
mach_port_t reply, mach_msg_type_name_t reply_type,
mach_port_t **ports,
- mach_msg_type_number_t num_ports,
mach_msg_type_name_t *ports_type,
+ 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,
char **data, mach_msg_type_number_t *data_len)