CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]   2017/05/12 14:34:29

Modified files:
        sys/netinet    : tcp_usrreq.c 

Log message:
Use the common switch(af) construct for address family specific
code in tcp_usrreq(PRU_CONNECT).  Do not access sockaddr_in before
checking the address family.  Return EAFNOSUPPORT error in the
default case.
OK mikeb@

Reply via email to