diff options
author | Miles Bader <miles@gnu.org> | 1996-05-07 20:42:20 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1996-05-07 20:42:20 +0000 |
commit | 1df9c6ebf776e31acee1f0baebf7fcda07067a4d (patch) | |
tree | 15e408cc00ff47cf517fc660ea47a90f2b84cb2a /devio | |
parent | 336896c2be5fc60ced34af5027213738d6dbdbdf (diff) |
(trivfs_S_file_get_storage_info): Swap PORTS_TYPE & NUM_PORTS.
Diffstat (limited to 'devio')
-rw-r--r-- | devio/io.c | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -319,12 +319,14 @@ trivfs_S_file_syncfs (struct trivfs_protid *cred, 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 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, + off_t **offsets, + mach_msg_type_number_t *num_offsets, char **data, mach_msg_type_number_t *data_len) { error_t err = 0; |