CVSROOT:        /cvs
Module name:    src
Changes by:     m...@cvs.openbsd.org    2015/11/14 10:54:57

Modified files:
        sys/dev/ic     : re.c ti.c 
        sys/dev/pci    : if_bge.c if_bnxreg.h if_em.h if_et.c if_ixgb.h 
                         if_msk.c if_nfe.c if_nge.c if_oce.c if_sk.c 
                         if_stge.c if_txp.c if_vge.c if_vmx.c if_vte.c 
                         if_xge.c 

Log message:
Do not include <net/if_vlan_var.h> when it's not necessary.

Because of the VLAN hacks in mpw(4) this file still contains the definition
of "struct ifvlan" which depends on <sys/refcnt.h> which in turns pull
<sys/atomic.h>...

Reply via email to