From 97630e5f8fb3f3e0d7ab6c244e9d75156d64e1e1 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Thu, 23 Dec 1993 05:13:05 +0000 Subject: Formerly process.defs.~64~ --- hurd/process.defs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hurd/process.defs') 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 ( -- cgit v1.2.3