CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/02/24 19:43:32
Modified files:
share/man/man9 : mbuf.9
sys/sys : mbuf.h
sys/kern : uipc_mbuf.c
Log message:
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@
