Module Name: src Committed By: ryo Date: Fri Oct 14 19:39:32 UTC 2022
Modified Files: src/sys/netinet: in_pcb.c src/sys/netinet6: in6_pcb.c Log Message: Avoid error of "-Wreturn-local-addr", and simplify the logic. However, -Wreturn-local-addr is still disabled by default by GCC_NO_RETURN_LOCAL_ADDR in bsd.own.mk because it causes errors in other parts. To generate a diff of this commit: cvs rdiff -u -r1.190 -r1.191 src/sys/netinet/in_pcb.c cvs rdiff -u -r1.170 -r1.171 src/sys/netinet6/in6_pcb.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.