diff options
author | Roland McGrath <roland@gnu.org> | 1999-12-14 00:59:50 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-12-14 00:59:50 +0000 |
commit | 41e483bf1902c5e091b7f06d763d46c574f72907 (patch) | |
tree | dd525bf2f6965c1d903bdc3992af7d806105a019 | |
parent | 159a5b113c1d907d2da005900174b6f0b94873b0 (diff) |
.
-rw-r--r-- | libdiskfs/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libdiskfs/ChangeLog b/libdiskfs/ChangeLog index f3439ff0..3c91dfd8 100644 --- a/libdiskfs/ChangeLog +++ b/libdiskfs/ChangeLog @@ -1,3 +1,11 @@ +1999-12-13 Roland McGrath <roland@baalperazim.frob.com> + + Rewrite of a fix provided by Bill White <bill.white@griggsinst.com>: + * fhandle.h (union diskfs_fhandle): Replaces struct diskfs_fhandle. + Use a union element of char[28] to ensure size requirement. + * fsys-getfile.c (diskfs_S_fsys_getfile): Update uses for new type. + * file-getfh.c (diskfs_S_file_getfh): Likewise. + 1999-12-02 Mark Kettenis <kettenis@gnu.org> * io-read.c (diskfs_S_io_read): Add braces to silence gcc |