Module Name: src Committed By: knakahara Date: Tue Dec 6 08:58:16 UTC 2016
Modified Files: src/sys/netinet6: sctp6_usrreq.c Log Message: remove unnecessary extern declaration. inetsw has been declared since r1.1, however sctp6_usrreq.c can be built without the declaration. It must be removed. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/netinet6/sctp6_usrreq.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.