summaryrefslogtreecommitdiff
path: root/hurd/hurd_types.defs
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-02-17 22:59:10 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-02-17 22:59:10 +0000
commit5abc8580d1e19bd8a8e017a58a650a1b7af864e1 (patch)
tree3a8346df8ee9a9c50fd61e3f839fbde246424f8b /hurd/hurd_types.defs
parent910725398e3bd336f172ffe962b0202f69813cfc (diff)
Formerly hurd_types.defs.~47~
Diffstat (limited to 'hurd/hurd_types.defs')
-rw-r--r--hurd/hurd_types.defs4
1 files changed, 2 insertions, 2 deletions
diff --git a/hurd/hurd_types.defs b/hurd/hurd_types.defs
index ea801342..136fa823 100644
--- a/hurd/hurd_types.defs
+++ b/hurd/hurd_types.defs
@@ -1,5 +1,5 @@
/* MiG type declarations for Hurd interfaces
- Copyright (C) 1993 Free Software Foundation
+ Copyright (C) 1993, 1994 Free Software Foundation
This file is part of the GNU Hurd.
@@ -143,7 +143,7 @@ serverprefix SERVERPREFIX;
type data_t = array[] of char;
type string_t = c_string[1024]; /* XXX */
-type io_statbuf_t = struct[28] of int;
+type io_statbuf_t = struct[32] of int;
type uid_t = int;
type gid_t = int;
type mode_t = int;