about summary refs log tree commit diff
path: root/hurd/fd-write.c
diff options
context:
space:
mode:
Diffstat (limited to 'hurd/fd-write.c')
-rw-r--r--hurd/fd-write.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/fd-write.c b/hurd/fd-write.c
index a18e76b4d2..28be1ba758 100644
--- a/hurd/fd-write.c
+++ b/hurd/fd-write.c
@@ -26,7 +26,7 @@ _hurd_fd_write (struct hurd_fd *fd,
 		const void *buf, size_t *nbytes, loff_t offset)
 {
   error_t err;
-  mach_msg_type_number_t wrote;
+  vm_size_t wrote;
 
   error_t writefd (io_t port)
     {