diff options
author | Michael I. Bushnell <mib@gnu.org> | 1993-08-03 20:23:56 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1993-08-03 20:23:56 +0000 |
commit | 0e443895d711e0845552c697520085f74713a31a (patch) | |
tree | bf863ea182186adba118dd504ddd3ea41f781227 | |
parent | 3659c335a0d3ab2d3163bd5058c3b340e80c7f75 (diff) |
Formerly hurd_types.defs.~42~
-rw-r--r-- | hurd/hurd_types.defs | 4 |
1 files 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 <sys/types.h>; import <sys/stat.h>; +import <sys/resource.h>; import <hurd/hurd_types.h>; |