diff options
Diffstat (limited to 'libdiskfs/ChangeLog')
-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. |