2004-10-31 Paul Jakma <paul@dishone.st>

	* smux.c: fix int to size_t compile warnings
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 3dbf9eb..57fd64f 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>