1 /* 2 * This file is in the public domain. 3 */ 4 5 #ifndef _DEV_ZLIB_ZCALLOC_ 6 #define _DEV_ZLIB_ZCALLOC_ 7 8 #include <contrib/zlib/zutil.h> 9 #undef local 10 11 void *zcalloc_waitok(void *, u_int, u_int); 12 void *zcalloc_nowait(void *, u_int, u_int); 13 #endif 14