diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-05-06 18:13:04 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-05-06 18:13:04 +0000 |
commit | 39188961f65622ed596fa3cd949113827634d6df (patch) | |
tree | a5ca90b952f82161193605d13d03345173a2757b /hurd | |
parent | b58327d7e656ae6543775492b763e5268527a1eb (diff) |
(fsys_statfsbuf_t): Now 16 long.
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/hurd_types.defs | 4 |
1 files changed, 2 insertions, 2 deletions
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; |