Module Name: src Committed By: ozaki-r Date: Wed Apr 15 08:47:28 UTC 2015
Modified Files: src/sys/netinet: ip_encap.c Log Message: Use LIST_FOREACH_SAFE We have to use LIST_FOREACH_SAFE because LIST_REMOVE is used inside the loop through encap_remove. To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 src/sys/netinet/ip_encap.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.