summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/ChangeLog4
-rw-r--r--doc/hurd.texi2
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index b0ca95f8..188ad440 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,7 @@
+2001-01-07 Marcus Brinkmann <marcus@gnu.org>
+
+ * hurd.texi (Diskfs Callbacks): Make diskfs_dirstat_size const.
+
2000-04-18 Gordon Matzigkeit <gord@fig.org>
* hurd.texi (Microkernel Object Library): Delete deprecated
diff --git a/doc/hurd.texi b/doc/hurd.texi
index f6355628..9097163c 100644
--- a/doc/hurd.texi
+++ b/doc/hurd.texi
@@ -3942,7 +3942,7 @@ You must define this type, which will hold information between a call to
enough information so that those calls work as described below.
@end deftypevr
-@deftypevar size_t diskfs_dirstat_size
+@deftypevar const size_t diskfs_dirstat_size
This must be the size in bytes of a @code{struct dirstat}.
@end deftypevar