summaryrefslogtreecommitdiff
path: root/lib/ChangeLog
diff options
context:
space:
mode:
authorpaul <paul>2004-10-31 16:29:50 +0000
committerpaul <paul>2004-10-31 16:29:50 +0000
commit70e149e0492c369a64933d63c212d4e15cd5194e (patch)
tree52531e4a0fdd6b0d09a2d527c4df09ac0eee6410 /lib/ChangeLog
parent9d11a19e6918d96d1466a5040bdf4228ec08d552 (diff)
2004-10-31 Paul Jakma <paul@dishone.st>
* smux.c: fix int to size_t compile warnings
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r--lib/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 3dbf9ebc..57fd64fd 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -7,6 +7,7 @@
* memory.h: Add MTYPE_THREAD_FUNCNAME and MTYPE_THREAD_STATS
* thread.c: Update stats and funcname alloc/free to use previous
specific memory type defines
+ * smux.c: fix int to size_t compile warnings
2004-10-29 Paul Jakma <paul@dishone.st>