about summary refs log tree commit diff
path: root/hurd/set-host.c
diff options
context:
space:
mode:
Diffstat (limited to 'hurd/set-host.c')
-rw-r--r--hurd/set-host.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/set-host.c b/hurd/set-host.c
index 16d1d8deed..afa8f62b5d 100644
--- a/hurd/set-host.c
+++ b/hurd/set-host.c
@@ -24,7 +24,7 @@ ssize_t
 _hurd_set_host_config (const char *item, const char *value, size_t valuelen)
 {
   error_t err;
-  mach_msg_type_number_t nwrote;
+  vm_size_t nwrote;
   file_t new, dir;
   char *name;