CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2017/08/04 15:33:09
Modified files: sys/netinet6 : nd6.c Log message: Since we have TAILQ_FOREACH_SAFE in nd6_purge() it is not necessary that nd6_free() advances the next pointer itself. Make nd6_free() a void function and remove unused parameter gc. OK florian@ millert@