Module Name: src Committed By: rtr Date: Thu Jul 24 16:02:19 UTC 2014
Modified Files: src/sys/netinet: tcp_usrreq.c Log Message: cleanup after last commit - add KASSERT(req != PRU_BIND) and KASSERT(req != PRU_LISTEN) inside tcp_usrreq() as these reqs should no longer reach here. - remove (now unreachable) PRU_LISTEN case in switch. To generate a diff of this commit: cvs rdiff -u -r1.190 -r1.191 src/sys/netinet/tcp_usrreq.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.