diff options
Diffstat (limited to 'trans/hello.c')
-rw-r--r-- | trans/hello.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/trans/hello.c b/trans/hello.c index d1884df1..f8f9e7ab 100644 --- a/trans/hello.c +++ b/trans/hello.c @@ -115,7 +115,7 @@ close_hook (struct trivfs_peropen *peropen) error_t trivfs_S_io_read (struct trivfs_protid *cred, mach_port_t reply, mach_msg_type_name_t reply_type, - char **data, mach_msg_type_number_t *data_len, + data_t *data, mach_msg_type_number_t *data_len, loff_t offs, mach_msg_type_number_t amount) { struct open *op; |