CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2007/11/16 12:24:07
Modified files:
sys/netinet : tcp_usrreq.c
Log message:
in the strange/unnatural/ridiculous situation where a non-blocking
connect() which has completed and failed.. if connect() is called
again.. return the so_error instead of EINVAL; from Alexey Vatchenko
matches what other systems do now
ok millert henning