summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-06-13 19:52:25 +0000
committerRoland McGrath <roland@gnu.org>2002-06-13 19:52:25 +0000
commit94c78fb8f2ca5c0ad845bfdaac226144e16da39b (patch)
tree24da14f254c2df97e95a8a397d34677af995b9b2
parenta1653d830015817a6a9c1114d33fa32fe36ad7cf (diff)
.
-rw-r--r--hurd/ChangeLog5
-rw-r--r--libdiskfs/ChangeLog4
-rw-r--r--libnetfs/ChangeLog4
-rw-r--r--libtrivfs/ChangeLog8
4 files changed, 21 insertions, 0 deletions
diff --git a/hurd/ChangeLog b/hurd/ChangeLog
index ccfc5120..371c4da5 100644
--- a/hurd/ChangeLog
+++ b/hurd/ChangeLog
@@ -1,3 +1,8 @@
+2002-06-13 Roland McGrath <roland@frob.com>
+
+ * fs.defs (dir_readdir): Revert AMOUNT type to int, since it's a count
+ of entries and not a byte count.
+
2002-06-09 Roland McGrath <roland@frob.com>
* version.h: New file.
diff --git a/libdiskfs/ChangeLog b/libdiskfs/ChangeLog
index e81d3910..6d30f75c 100644
--- a/libdiskfs/ChangeLog
+++ b/libdiskfs/ChangeLog
@@ -1,3 +1,7 @@
+2002-06-13 Roland McGrath <roland@frob.com>
+
+ * dir-readdir.c (diskfs_S_dir_readdir): Revert last change.
+
2002-06-08 Roland McGrath <roland@frob.com>
* io-identity.c (diskfs_S_io_identity): Use ino_t for FILENO.
diff --git a/libnetfs/ChangeLog b/libnetfs/ChangeLog
index 524f3b6d..005bde45 100644
--- a/libnetfs/ChangeLog
+++ b/libnetfs/ChangeLog
@@ -1,3 +1,7 @@
+2002-06-13 Roland McGrath <roland@frob.com>
+
+ * dir-readdir.c (netfs_S_dir_readdir): Revert last change.
+
2002-06-08 Roland McGrath <roland@frob.com>
* io-identity.c (netfs_S_io_identity): Use ino_t for FILENO.
diff --git a/libtrivfs/ChangeLog b/libtrivfs/ChangeLog
index 5a354668..f11e788a 100644
--- a/libtrivfs/ChangeLog
+++ b/libtrivfs/ChangeLog
@@ -1,3 +1,11 @@
+2002-06-13 Roland McGrath <roland@frob.com>
+
+ * io-version.c (trivfs_S_io_server_version): Fix receiver arg type.
+
+ * file-exec.c (trivfs_S_file_exec): Add reply port args.
+
+ * dir-readdir.c (trivfs_S_dir_readdir): Revert last change.
+
2002-06-08 Roland McGrath <roland@frob.com>
* io-identity.c (trivfs_S_io_identity): Use ino_t for FILENO.