stats.h: Fix some build bugs introduced with patch #6483 (missing some parameters in macros, mainly if MEM_STATS=0 and MEMP_STATS=0).

This commit is contained in:
fbernon
2008-07-08 09:15:56 +00:00
parent f6a28808e3
commit 8367feafa9
2 changed files with 13 additions and 8 deletions

View File

@@ -47,6 +47,10 @@ HISTORY
++ Bugfixes:
2008-07-08 Frédéric Bernon
* stats.h: Fix some build bugs introduced with patch #6483 (missing some parameters
in macros, mainly if MEM_STATS=0 and MEMP_STATS=0).
2008-06-24 Jonathan Larmour
* tcp_in.c: Fix for bug #23693 as suggested by Art R. Ensure cseg is unused
if tcp_seg_copy fails.