diff options
Diffstat (limited to 'hurd/process.defs')
-rw-r--r-- | hurd/process.defs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hurd/process.defs b/hurd/process.defs index 50daed00..586dc35e 100644 --- a/hurd/process.defs +++ b/hurd/process.defs @@ -49,12 +49,12 @@ routine proc_gethostid ( FQDN for the machine. */ routine proc_sethostname ( process: process_t; - hostname: string_t); + hostname: data_t); /* Get the hostname. */ routine proc_gethostname ( process: process_t; - out hostname: string_t); + out hostname: data_t); /* Get the privileged host port and the device master port. */ routine proc_getprivports ( |