let m_copydata use a void * instead of caddr_t
authordlg <dlg@openbsd.org>
Thu, 25 Feb 2021 02:43:31 +0000 (02:43 +0000)
committerdlg <dlg@openbsd.org>
Thu, 25 Feb 2021 02:43:31 +0000 (02:43 +0000)
commitbbe404a34aac08502909dc7c15a9c699de9d421c
tree5f9671a03d10edd1459adadecc8e557faa94b156
parent85aca14dff7b742819bd17a1b927782ab545c34f
let m_copydata use a void * instead of caddr_t

i'm not a fan of having to cast to caddr_t when we have modern
inventions like void *s we can take advantage of.

ok claudio@ mvs@ bluhm@
share/man/man9/mbuf.9
sys/kern/uipc_mbuf.c
sys/sys/mbuf.h