--- ntoskernel.c~ 2007-06-13 05:38:10.000000000 +0000 +++ ntoskernel.c 2007-08-10 16:54:56.000000000 +0000 @@ -2594,7 +2594,7 @@ } mdl_cache = kmem_cache_create("wrap_mdl", sizeof(struct wrap_mdl) + MDL_CACHE_SIZE, - 0, 0, NULL, NULL); + 0, 0, NULL); TRACE2("%p", mdl_cache); if (!mdl_cache) { ERROR("couldn't allocate MDL cache");