K 10 svn:author V 7 rwatson K 8 svn:date V 27 2005-02-25T17:57:30.000000Z K 7 svn:log V 305 Merge uipc_socket.c:1.232 from HEAD to RELENG_5: In soreceive(), when considering delivery to a socket in SS_ISCONFIRMING, only call the protocol's pru_rcvd() if the protocol has the flag PR_WANTRCVD set. This brings that instance of pru_rcvd() into line with the rest, which do check the flag. END