CVSROOT: /cvs Module name: src Changes by: guent...@cvs.openbsd.org 2025/01/06 22:36:52
Modified files: sys/net : if_ethersubr.c Log message: Delete ether_frm_control() which just returned EOPNOTSUPP: pru_control() does that automatically when pr_usrreqs.pru_control is NULL and there are no current plans to add ioctls() on this. ok dlg@