Date: Sun, 27 Apr 2008 14:39:32 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet in_pcb.c src/sys/netinet6 in6_pcb.c Message-ID: <200804271439.m3REdWOI068756@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2008-04-27 14:39:32 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/netinet in_pcb.c sys/netinet6 in6_pcb.c Log: 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. Revision Changes Path 1.196.2.3 +2 -5 src/sys/netinet/in_pcb.c 1.84.2.2 +2 -6 src/sys/netinet6/in6_pcb.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200804271439.m3REdWOI068756>