From 0e443895d711e0845552c697520085f74713a31a Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 3 Aug 1993 20:23:56 +0000 Subject: Formerly hurd_types.defs.~42~ --- hurd/hurd_types.defs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hurd/hurd_types.defs b/hurd/hurd_types.defs index 8435862d..217fdf5b 100644 --- a/hurd/hurd_types.defs +++ b/hurd/hurd_types.defs @@ -144,7 +144,6 @@ serverprefix SERVERPREFIX; type data_t = array[] of char; type string_t = c_string[1024]; /* XXX */ type io_statbuf_t = struct[28] of int; -type fsid_t = struct[2] of int; type uid_t = int; type gid_t = int; type mode_t = int; @@ -162,8 +161,9 @@ type fsys_statfsbuf_t=struct[19] of int; type idarray_t = array[] of uid_t; -type rusage_t = struct[18] of int; +type rusage_t = struct[18] of int; /* XXX */ import ; import ; +import ; import ; -- cgit v1.2.3