summaryrefslogtreecommitdiff
path: root/hurd/hurd_types.defs
diff options
context:
space:
mode:
authorMarcus Brinkmann <marcus@gnu.org>2002-08-04 18:33:40 +0000
committerMarcus Brinkmann <marcus@gnu.org>2002-08-04 18:33:40 +0000
commit57437439d615aede2b421678dc2177ce252709a7 (patch)
tree0387c6ac7de6df7146eff3819de0e5d59b62ba4b /hurd/hurd_types.defs
parent1ecde4fc33d8b5a4f553d56c495384d869ba7245 (diff)
2002-08-03 Marcus Brinkmann <marcus@gnu.org>
* hurd_types.defs (fsys_statfsbuf_t): Bump size up to 22.
Diffstat (limited to 'hurd/hurd_types.defs')
-rw-r--r--hurd/hurd_types.defs2
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/hurd_types.defs b/hurd/hurd_types.defs
index e8677375..5ad5e93f 100644
--- a/hurd/hurd_types.defs
+++ b/hurd/hurd_types.defs
@@ -222,7 +222,7 @@ type off_array_t = array[] of loff_t;
type pidarray_t = array[] of pid_t;
type procinfo_t = array[] of int;
-type fsys_statfsbuf_t=struct[16] of int;
+type fsys_statfsbuf_t=struct[22] of int;
type idarray_t = array[] of uid_t;