aboutsummaryrefslogtreecommitdiff
path: root/lwip/port/netif
diff options
context:
space:
mode:
Diffstat (limited to 'lwip/port/netif')
-rw-r--r--lwip/port/netif/hurdtunif.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lwip/port/netif/hurdtunif.c b/lwip/port/netif/hurdtunif.c
index 6e3676c7..79a082cf 100644
--- a/lwip/port/netif/hurdtunif.c
+++ b/lwip/port/netif/hurdtunif.c
@@ -347,7 +347,7 @@ void (*trivfs_protid_destroy_hook) (struct trivfs_protid *) = pi_destroy_hook;
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, size_t amount)
{
struct hurdtunif *tunif;
@@ -421,7 +421,7 @@ error_t
trivfs_S_io_write (struct trivfs_protid * cred,
mach_port_t reply,
mach_msg_type_name_t replytype,
- char *data,
+ const_data_t data,
mach_msg_type_number_t datalen,
off_t offset, mach_msg_type_number_t * amount)
{