Date: Tue, 25 Apr 2006 17:38:09 +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 udp_usrreq.c Message-ID: <200604251738.k3PHc9Zf051643@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2006-04-25 17:38:09 UTC
FreeBSD src repository
Modified files:
sys/netinet udp_usrreq.c
Log:
Rename 'last' to 'inp' in udp_append(): the name 'last' is due to
the fact that the loop through inpcb's in udp_input() tracks the
last inpcb while looping. We keep that name in the calling loop
but not in the delivery routine itself.
MFC after: 3 months
Revision Changes Path
1.187 +15 -15 src/sys/netinet/udp_usrreq.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604251738.k3PHc9Zf051643>
