In article <20070313173252.GY2880@canolog.ninthwonder.com>,
Allen Briggs <briggs@netbsd.org> wrote:
That is the problem "char *" (caddr_t) is not a generic pointer. The API's
that wanted generic pointers should have had "void *" not "caddr_t".
"caddr_t" predates "void" in `c', so back then it was used as a generic
pointer for the lack of something better. Now we have something better
and we should be using it.
christos