CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2015/11/02 07:08:54
Modified files: sys/netinet : if_ether.c Log message: Rename the list of arp entries to arp_list. This is consistent to the other arp variables and nd6. Convert a hand-crafted loop to LIST_FOREACH_SAFE. OK mpi@