CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2011/12/27 10:20:04
Modified files: sys/netinet6 : nd6.c nd6_rtr.c Log message: Instead of hand crafted code, use the macros TAILQ_FOREACH(_SAFE) and TAILQ_EMPTY for accessing the nd_defrouter list. No funtional change. ok stsp@