diff options
author | Roland McGrath <roland@gnu.org> | 2001-04-12 19:44:01 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2001-04-12 19:44:01 +0000 |
commit | 6ff8045f1ad1513ee1c2f92d038a0caa006205ec (patch) | |
tree | dbbc8bdcc15ed77fa9b03319bbf302414d969359 /libdiskfs | |
parent | 87c5d79fd7f962293e5708b8335f8070f3e514ff (diff) |
.
Diffstat (limited to 'libdiskfs')
-rw-r--r-- | libdiskfs/ChangeLog | 7 |
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. |