From 39188961f65622ed596fa3cd949113827634d6df Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Mon, 6 May 1996 18:13:04 +0000 Subject: (fsys_statfsbuf_t): Now 16 long. --- 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 ad1f6731..f19ab1f0 100644 --- a/hurd/hurd_types.defs +++ b/hurd/hurd_types.defs @@ -1,5 +1,5 @@ /* MiG type declarations for Hurd interfaces -*- C -*- - Copyright (C) 1993, 1994, 1995 Free Software Foundation + Copyright (C) 1993, 1994, 1995, 1996 Free Software Foundation This file is part of the GNU Hurd. @@ -205,7 +205,7 @@ type off_array_t = array[] of off_t; type pidarray_t = array[] of pid_t; type procinfo_t = array[] of int; -type fsys_statfsbuf_t=struct[19] of int; +type fsys_statfsbuf_t=struct[16] of int; type idarray_t = array[] of uid_t; -- cgit v1.2.3