Date: Fri, 4 Nov 2005 19:57:31 +0000 (UTC) From: Hajimu UMEMOTO <ume@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet6 raw_ip6.c udp6_output.c Message-ID: <200511041957.jA4JvVlJ036328@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ume 2005-11-04 19:57:31 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netinet6 raw_ip6.c udp6_output.c Log: MFC: simplified udp6_output() and rip6_output(): do not override in6p_outputopts at the entrance of the functions. this trick was necessary when we passed an in6 pcb to in6_embedscope(), within which the in6p_outputopts member was used, but we do not use this kind of interface any more. sys/netinet6/raw_ip6.c: 1.52 sys/netinet6/udp6_output.c: 1.21 Revision Changes Path 1.50.2.4 +11 -13 src/sys/netinet6/raw_ip6.c 1.19.2.2 +10 -11 src/sys/netinet6/udp6_output.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200511041957.jA4JvVlJ036328>