From 99f0588dc07cde6d0aff6d53638c917a04f60d42 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sun, 1 May 1994 23:03:53 +0000 Subject: Formerly hurd_types.defs.~48~ --- hurd/hurd_types.defs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'hurd') diff --git a/hurd/hurd_types.defs b/hurd/hurd_types.defs index 136fa823..de1925d5 100644 --- a/hurd/hurd_types.defs +++ b/hurd/hurd_types.defs @@ -166,7 +166,11 @@ type rusage_t = struct[18] of int; /* XXX */ type flock_t = struct[5] of int; +#include +type utsname_t = struct[5 * _UTSNAME_LENGTH] of char; + import ; import ; import ; +import ; import ; -- cgit v1.2.3