diff options
author | Roland McGrath <roland@gnu.org> | 1994-05-01 23:03:53 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1994-05-01 23:03:53 +0000 |
commit | 99f0588dc07cde6d0aff6d53638c917a04f60d42 (patch) | |
tree | 6f40458c8111acb3c37a594c7e5c183ff65d9b80 | |
parent | 652ddf0153974588e6c3ac5c7230ea9ac26c6570 (diff) |
Formerly hurd_types.defs.~48~
-rw-r--r-- | hurd/hurd_types.defs | 4 |
1 files changed, 4 insertions, 0 deletions
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 <utsnamelen.h> +type utsname_t = struct[5 * _UTSNAME_LENGTH] of char; + import <sys/types.h>; import <sys/stat.h>; import <sys/resource.h>; +import <sys/utsname.h>; import <hurd/hurd_types.h>; |