K 10 svn:author V 3 imp K 8 svn:date V 27 2017-08-26T18:29:58.345382Z K 7 svn:log V 308 Fix warnings due to type mismatch. Cast ctxp to caddr_t to pass data as expected. While void * is a universal type, char * isn't (and that's what caddr_t is defined as). One could argue these prototypes should take void * rather than caddr_t, but changing that is much more invasive. Sponsored by: Netflix END