K 10 svn:author V 3 mux K 8 svn:date V 27 2004-02-22T16:27:28.000000Z K 7 svn:log V 222 Unbreak after the change to use vm_paddr_t. Since vm_paddr_t is an integer type and the a cast to (void *) was added in the definition of NULL for the kernel, we need to use 0 here instead. Partly submitted by: cperciva END