From 5abc8580d1e19bd8a8e017a58a650a1b7af864e1 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Thu, 17 Feb 1994 22:59:10 +0000 Subject: Formerly hurd_types.defs.~47~ --- hurd/hurd_types.defs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hurd') 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; -- cgit v1.2.3