diff options
Diffstat (limited to 'sysdeps/mach/hurd/sendto.c')
-rw-r--r-- | sysdeps/mach/hurd/sendto.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/mach/hurd/sendto.c b/sysdeps/mach/hurd/sendto.c index e55469fea0..36a76bc043 100644 --- a/sysdeps/mach/hurd/sendto.c +++ b/sysdeps/mach/hurd/sendto.c @@ -37,7 +37,7 @@ __sendto (int fd, { addr_port_t aport = MACH_PORT_NULL; error_t err; - size_t wrote; + vm_size_t wrote; /* Get an address port for the desired destination address. */ error_t create_address_port (io_t port, |