Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Latest kern/subr_pool.c does not compile with POOL_DIAGNOSTIC defined



Hi,

I notice that with POOL_DIAGNOSTIC defined, kern/subr_pool.c produces the 
following compile time error:

/usr/src/sys/kern/subr_pool.c: In function 'pr_log':
/usr/src/sys/kern/subr_pool.c:246:7: error: 'kmem_map' undeclared (first use 
in this function)
/usr/src/sys/kern/subr_pool.c:246:7: note: each undeclared identifier is 
reported only once for each function it appears in
*** Error code 1

I presume it's a result of the malloc to kmem changes. I'll take a look later 
unless somebody beats me to it.

Regards,
Sverre


Home | Main Index | Thread Index | Old Index