CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/08/09 06:09:40
Modified files:
usr.bin/ftp : ftp.c
Log message:
When connect(2) is interrupted by a signal it continues asynchronously
and you need to do the same poll(2) dance as if the socket was
non-blocking. Fixes a crash when the window is resized while
connecting. OK deraadt@
