Module Name: src Committed By: maxv Date: Thu Feb 8 11:34:35 UTC 2018
Modified Files: src/sys/netinet6: files.netinet6 udp6_usrreq.c src/sys/rump/net/lib/libnetinet6: Makefile.inc Removed Files: src/sys/netinet6: udp6_output.c Log Message: Move udp6_output() into udp6_usrreq.c, and remove udp6_output.c. This is more consistent with IPv4, and there is no good reason for keeping a separate file only for one function. FreeBSD did the same. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/netinet6/files.netinet6 cvs rdiff -u -r1.56 -r0 src/sys/netinet6/udp6_output.c cvs rdiff -u -r1.131 -r1.132 src/sys/netinet6/udp6_usrreq.c cvs rdiff -u -r1.4 -r1.5 src/sys/rump/net/lib/libnetinet6/Makefile.inc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.