diff options
-rw-r--r-- | libdiskfs/ChangeLog | 6 | ||||
-rw-r--r-- | libnetfs/ChangeLog | 12 |
2 files changed, 14 insertions, 4 deletions
diff --git a/libdiskfs/ChangeLog b/libdiskfs/ChangeLog index 3ca597e7..0607591b 100644 --- a/libdiskfs/ChangeLog +++ b/libdiskfs/ChangeLog @@ -1,3 +1,9 @@ +2001-04-01 Roland McGrath <roland@frob.com> + + * io-interrupt.c: Obsolete file removed. + * Makefile (IOSRCS): Remove it from the list. + Reported by Neal H Walfield <neal@cs.uml.edu>. + 2001-03-28 Neal H Walfield <neal@cs.uml.edu> * protid-rele.c: Doc typo fix. diff --git a/libnetfs/ChangeLog b/libnetfs/ChangeLog index 539afbd8..62224778 100644 --- a/libnetfs/ChangeLog +++ b/libnetfs/ChangeLog @@ -1,14 +1,18 @@ -2001-03-31 Neal H Walfield <neal@cs.uml.edu> +2001-04-01 Roland McGrath <roland@frob.com> + + * Makefile (FSYSSRCS): Add fsys-goaway.c. + * fsys-goaway.c: Don't include "priv.h" here. - * fsys-goaway.c (netfs_S_fsys_goaway): Actually implement it. - * shutdown.c (netfs_shutdown): Likewise. +2001-03-31 Neal H Walfield <neal@cs.uml.edu> + * fsysstubs.c (netfs_S_fsys_goaway): Moved to ... + * fsys-goaway.c: New file. Actually implement it. + * shutdown.c (netfs_shutdown): Likewise. * Makefile (fsys-MIGSFLAGS): Add -DREPLY_PORTS, which we want for netfs_S_fsys_goaway. * fsys-get-options.c (netfs_S_fsys_getoptions): Add reply port arguments to declaration. * fsys-getroot.c (netfs_S_fsys_getroot): Likewise. - * fsys-goaway.c (netfs_S_fsys_goaway): Likewise. * fsys-set-options.c (netfs_S_fsys_set_options): Likewise. * fsys-syncfs.c (netfs_S_fsys_syncfs): Likewise. * fsysstubs.c (netfs_S_fsys_getfile): Likewise. |