K 10 svn:author V 3 dim K 8 svn:date V 27 2013-12-28T02:07:29.501232Z K 7 svn:log V 292 MFC r259893: In sys/vm/vm_pageout.c, since vm_pageout_worker() takes a void * as argument, cast the incoming 0 argument to void *, to silence a warning from clang 3.4 ("expression which evaluates to zero treated as a null pointer constant of type 'void *' [-Wnon-literal-null-conversion]"). END