summaryrefslogtreecommitdiff
path: root/hurd
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1993-12-23 05:13:05 +0000
committerMichael I. Bushnell <mib@gnu.org>1993-12-23 05:13:05 +0000
commit97630e5f8fb3f3e0d7ab6c244e9d75156d64e1e1 (patch)
treefc58618f66c0dd13ef962b3077c44d6ac8fb7983 /hurd
parent7c15bed1de049b046932ee3c0fa8ed4c345eaa44 (diff)
Formerly process.defs.~64~
Diffstat (limited to 'hurd')
-rw-r--r--hurd/process.defs4
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 (