summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2001-12-29 22:13:21 +0000
committerRoland McGrath <roland@gnu.org>2001-12-29 22:13:21 +0000
commitd07cc9b328799dfe6a1ba16cbb75b1a32258be12 (patch)
treef533b382a69e311c2ba11fe98e11fb12db55d418
parentd1efc51b999519f57ce7577c5dbe7fbdb3b29b26 (diff)
.
-rw-r--r--ftpfs/ChangeLog5
-rw-r--r--libpager/ChangeLog4
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.