CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2009/04/21 19:16:12
Modified files: sys/kern : subr_pool.c Log message: initialise the constructor and destructor function pointers to NULL in pool_init so you the pool struct doesn't have to be zeroed before you init it.