diff options
author | Michael I. Bushnell <mib@gnu.org> | 1993-12-23 05:13:05 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1993-12-23 05:13:05 +0000 |
commit | 97630e5f8fb3f3e0d7ab6c244e9d75156d64e1e1 (patch) | |
tree | fc58618f66c0dd13ef962b3077c44d6ac8fb7983 | |
parent | 7c15bed1de049b046932ee3c0fa8ed4c345eaa44 (diff) |
Formerly process.defs.~64~
-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 ( |