K 10 svn:author V 7 rwatson K 8 svn:date V 27 2008-04-27T14:39:32.000000Z K 7 svn:log V 246 Merge in_pcb.c:1.203, in6_pcb.c:1.88 from HEAD to RELENG_7: In in_pcbnotifyall() and in6_pcbnotify(), use LIST_FOREACH_SAFE() and eliminate unnecessary local variable caching of the list head pointer, making the code a bit easier to read. END