Use connect(2) + a connect_wait() function instead of connect_sync(),
authormillert <millert@openbsd.org>
Sat, 20 Aug 2016 20:18:42 +0000 (20:18 +0000)
committermillert <millert@openbsd.org>
Sat, 20 Aug 2016 20:18:42 +0000 (20:18 +0000)
commit5ea9c0d700a2ff425b6c10eb20c81a4aacbf0cf1
tree3157a69e1577b2e3ea757d49062f416821498636
parent3a9e73db5f4f8a177b32913e1da29eaec1cc27b1
Use connect(2) + a connect_wait() function instead of connect_sync(),
similar to the example in connect(2).  OK tedu@
usr.bin/ftp/extern.h
usr.bin/ftp/fetch.c
usr.bin/ftp/ftp.c
usr.bin/ftp/util.c