K 10 svn:author V 3 dim K 8 svn:date V 27 2011-12-30T17:18:09.693788Z K 7 svn:log V 267 In sys/compat/ndis/subr_ntoskrnl.c, change the RtlFillMemory function definition from K&R to ANSI, to avoid a clang warning about the uint8_t parameter being promoted to int, which is not compatible with the type declared in the earlier prototype. MFC after: 1 week END