CVSROOT:        /cvs
Module name:    src
Changes by:     m...@cvs.openbsd.org    2015/04/13 02:45:48

Modified files:
        sys/arch/sparc/dev: hme.c 
        sys/arch/sparc64/dev: vnet.c 
        sys/dev/ic     : dc.c mtd8xx.c rtl81x9.c 
        sys/dev/pci    : if_ale.c if_bce.c if_cas.c if_lge.c if_nge.c 
                         if_sis.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:
Now that if_input() set the receiving interface pointer on mbufs for us
there's no need to do it in m_devget(9).

Stop passing an ``ifp'' will help for upcoming interface pointer -> index
conversion.

While here remove unused ``ifp'' argument from m_clget(9) and kill two
birds^W layer violations in one commit.

ok henning@

Reply via email to