/usr/include/sys/time.h:104:34: エラー: 不明な型名 'u_int' です
解決方法は、ファイル「/usr/include/sys/time.h」に「u_int」の定義を追加すること
vi /usr/include/sys/time.h
#ifndef u_int
typedef unsigned int u_int;
#endif
#ifndef u_int
typedef unsigned int u_int;
#endif
mkdir -p /usr/local/srccd /usr/local/srcwget "https://sourceforge.net/projects/sshpass/files/sshpass/1.06/sshpass-1.06.tar.gz/download" -O sshpass.tar.gztar xvfz sshpass.tar.gzcd sshpass-1.06 ./configure make make installapt-cyg update -m ftp://ftp.cygwinports.org/pub/cygwinports