summaryrefslogtreecommitdiff
path: root/hurd
diff options
context:
space:
mode:
Diffstat (limited to 'hurd')
-rw-r--r--hurd/ChangeLog4
-rw-r--r--hurd/hurd_types.defs2
2 files changed, 5 insertions, 1 deletions
diff --git a/hurd/ChangeLog b/hurd/ChangeLog
index 6d69acc8..bb3949ae 100644
--- a/hurd/ChangeLog
+++ b/hurd/ChangeLog
@@ -1,3 +1,7 @@
+2002-08-03 Marcus Brinkmann <marcus@gnu.org>
+
+ * hurd_types.defs (fsys_statfsbuf_t): Bump size up to 22.
+
2002-06-26 Marcus Brinkmann <marcus@gnu.org>
* fs_notify.defs: Add MsgOption for send timeout.
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;