CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2013/08/01 02:27:43
Modified files: sys/netinet : if_ether.c Log message: Do not use a static variable to perform a lookup. While this is perfectly ok for the moment because there might be at most one caller at a time, it wont be so as soon as this part of the network stack is run in parallel. ok henning@, mikeb@