summaryrefslogtreecommitdiff
path: root/hurd/hurd_types.defs
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1993-05-14 12:57:48 +0000
committerMichael I. Bushnell <mib@gnu.org>1993-05-14 12:57:48 +0000
commitd10d357d2b5053b856d9954d7e348a23b96e44cb (patch)
treed427e07d50fcc4040963b13108e0a99376ad90a9 /hurd/hurd_types.defs
parent1adeb0b734453f48058a4942631b1410675579dd (diff)
Formerly hurd_types.defs.~41~
Diffstat (limited to 'hurd/hurd_types.defs')
-rw-r--r--hurd/hurd_types.defs10
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>;