diff options
author | Michael I. Bushnell <mib@gnu.org> | 1993-05-14 12:57:48 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1993-05-14 12:57:48 +0000 |
commit | d10d357d2b5053b856d9954d7e348a23b96e44cb (patch) | |
tree | d427e07d50fcc4040963b13108e0a99376ad90a9 | |
parent | 1adeb0b734453f48058a4942631b1410675579dd (diff) |
Formerly hurd_types.defs.~41~
-rw-r--r-- | hurd/hurd_types.defs | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/hurd/hurd_types.defs b/hurd/hurd_types.defs index 6f5725e7..8435862d 100644 --- a/hurd/hurd_types.defs +++ b/hurd/hurd_types.defs @@ -1,7 +1,5 @@ - - /* MiG type declarations for Hurd interfaces - Copyright (C) 1992 Free Software Foundation + Copyright (C) 1993 Free Software Foundation This file is part of the GNU Hurd. @@ -164,12 +162,6 @@ type fsys_statfsbuf_t=struct[19] of int; type idarray_t = array[] of uid_t; -type pathconf_t = struct[9] of int; - -type idblock_t = struct[512] of uid_t; - -type term_io_data_t = struct[3] of int; - type rusage_t = struct[18] of int; import <sys/types.h>; |