CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2014/10/14 03:55:44
Modified files: sys/netinet : raw_ip.c sys/netinet6 : raw_ip6.c Log message: Don't check for an empty list of interfaces. This is never true even if you don't have a physical interface on your machine, so why rawip should be more clever^Wparanoid than the others? ok henning@, mikeb@