Only OpenSource wrote:
caddr_t which is a typedef for char* seems to be used quite often in
the kernel code.  Would void* be preferable to caddr_t ?

No. Having to cast (void *)'s to the actual data type every time you dereference them would be highly annoying.

--
-Chuck
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to