* mem.c, stats.c, mem.h: apply patch #6414 to avoid compiler errors

and/or warnings on some systems where mem_size_t and size_t differ.
This commit is contained in:
jifl
2008-03-04 16:31:31 +00:00
parent 2637f2ad3a
commit 30d4c243ec
4 changed files with 25 additions and 17 deletions

View File

@@ -596,6 +596,10 @@ HISTORY
++ Bug fixes:
2008-03-04 Jonathan Larmour
* mem.c, stats.c, mem.h: apply patch #6414 to avoid compiler errors
and/or warnings on some systems where mem_size_t and size_t differ.
2008-03-04 Kieran Mansley (contributions by others)
* Numerous small compiler error/warning fixes from contributions to
mailing list after 1.3.0 release candidate made.