diff options
-rw-r--r-- | ftpfs/ChangeLog | 5 | ||||
-rw-r--r-- | libpager/ChangeLog | 4 |
2 files changed, 9 insertions, 0 deletions
diff --git a/ftpfs/ChangeLog b/ftpfs/ChangeLog index b4f3083f..f22830f1 100644 --- a/ftpfs/ChangeLog +++ b/ftpfs/ChangeLog @@ -1,3 +1,8 @@ +2001-12-29 Roland McGrath <roland@frob.com> + + * netfs.c (netfs_attempt_statfs): Implement this, + returning all zeros except for f_type and f_fsid. + 2001-12-22 Roland McGrath <roland@frob.com> * fs.c (ftpfs_create): Move braces around to avoid warning. diff --git a/libpager/ChangeLog b/libpager/ChangeLog index e3f2c48d..a66014e8 100644 --- a/libpager/ChangeLog +++ b/libpager/ChangeLog @@ -1,3 +1,7 @@ +2001-12-29 Roland McGrath <roland@frob.com> + + * data-init.c, object-create.c: Removed obsolete files. + 2001-02-25 Roland McGrath <roland@frob.com> * pager-memcpy.c: Include <string.h> for memcpy decl. |