summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2001-04-12 19:44:01 +0000
committerRoland McGrath <roland@gnu.org>2001-04-12 19:44:01 +0000
commit6ff8045f1ad1513ee1c2f92d038a0caa006205ec (patch)
treedbbc8bdcc15ed77fa9b03319bbf302414d969359
parent87c5d79fd7f962293e5708b8335f8070f3e514ff (diff)
.
-rw-r--r--libdiskfs/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/libdiskfs/ChangeLog b/libdiskfs/ChangeLog
index 0607591b..ee186942 100644
--- a/libdiskfs/ChangeLog
+++ b/libdiskfs/ChangeLog
@@ -1,3 +1,10 @@
+2001-04-08 Neal H Walfield <neal@cs.uml.edu>
+
+ * io-write.c (diskfs_S_io_write): Make local variable OFF an
+ off_t and not an int.
+ * io-read.c (diskfs_S_io_read): Likewise.
+ * io-stat.c (diskfs_S_io_stat): Use memcpy, not bcopy.
+
2001-04-01 Roland McGrath <roland@frob.com>
* io-interrupt.c: Obsolete file removed.