CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2014/12/08 03:46:14
Modified files: sys/net : if.c if_enc.c if_enc.h if_ethersubr.c if_var.h route.c Log message: There's no good reason to keep into "struct ifnet" a pointer that's only used by enc(4) devices to attach their routes. ok sthen@, mikeb@