thorpej Wed Nov 19 20:53:39 PST 1997 Update of /cvsroot/src/sys/netinet In directory netbsd1:/var/slash-tmp/cvs-serv22634 Modified Files: in_pcb.c Log Message: Deal with a problem where ephemeral port shortage would case a PCB's local address to be set, causing all further attemps to bind that PCB to fail. From Koji Imada, PR #3857.