summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ftpfs/ChangeLog5
-rw-r--r--isofs/ChangeLog11
2 files changed, 14 insertions, 2 deletions
diff --git a/ftpfs/ChangeLog b/ftpfs/ChangeLog
index e99034d8..0519676a 100644
--- a/ftpfs/ChangeLog
+++ b/ftpfs/ChangeLog
@@ -1,3 +1,8 @@
+2002-05-08 Roland McGrath <roland@frob.com>
+
+ * conn.c (ftpfs_get_ftp_conn): Cast to uintptr_t before void *.
+ * ftpfs.c (cntl_debug): Vice versa.
+
2002-04-13 Moritz Schulte <moritz@chaosdorf.de>
* ftpfs.c: Include <sys/stat.h>
diff --git a/isofs/ChangeLog b/isofs/ChangeLog
index e6cfc169..a06d50e8 100644
--- a/isofs/ChangeLog
+++ b/isofs/ChangeLog
@@ -1,7 +1,14 @@
+2002-05-08 Roland McGrath <roland@frob.com>
+
+ * rr.c (rrip_work): Cast pointer to uintptr_t instead of int.
+
+ * main.c (diskfs_append_args): unsigned -> size_t
+ * lookup.c (diskfs_get_directs): Likewise.
+
2001-04-30 Marcus Brinkmann <marcus@gnu.org>
- * rr.c (rrip_work): In the MATCH_NAME case, free NMBUF if it is non-zero
- before returning.
+ * rr.c (rrip_work): In the MATCH_NAME case, free NMBUF if it is
+ non-zero before returning.
2001-04-29 Marcus Brinkmann <marcus@gnu.org>