CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2013/08/20 23:21:46

Modified files:
        share/man/man9 : mbuf.9 
        sys/arch/sparc/dev: hme.c 
        sys/arch/sparc64/dev: vnet.c 
        sys/dev/ic     : dc.c mtd8xx.c rtl81x9.c ti.c 
        sys/dev/pci    : if_ale.c if_bce.c if_cas.c if_lge.c if_nge.c 
                         if_sis.c if_sk.c if_vge.c if_vr.c if_wb.c 
        sys/dev/pcmcia : if_malo.c 
        sys/dev/usb    : if_upgt.c 
        sys/kern       : uipc_mbuf.c 
        sys/net        : pfkeyv2.c 
        sys/sys        : mbuf.h 

Log message:
get rid of the copy argument in m_devget that let you provide an
alternative to bcopy since noone uses it.

while there use memcpy instead of bcopy because we know the memory cannot
overlap.

ok henning@ matthew@ mikeb@ deraadt@

Reply via email to