HomeFreeBSD

Fix warnings due to type mismatch.

Description

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

Details

Provenance
impAuthored on
Parents
rS322934: _STAND is sometimes defined on the command line. Make the define here match.
Branches
Unknown
Tags
Unknown