shithub: riscv

Download patch

ref: 4afbc988cadd89e9063a10d27996fa09025ed3f5
parent: f6a7c628235180f4b23c8e1aa3d744aa59d020bb
author: mischief <[email protected]>
date: Mon Jun 9 08:17:45 EDT 2014

pool: declare pooldump in pool.h. the manual says it is public.

--- a/sys/include/pool.h
+++ b/sys/include/pool.h
@@ -39,6 +39,7 @@
 extern void	poolcheck(Pool*);
 extern int	poolcompact(Pool*);
 extern void	poolblockcheck(Pool*, void*);
+extern void	pooldump(Pool*);
 
 extern Pool*	mainmem;
 extern Pool*	imagmem;