connect_to_inetd
if ((fd = connect_to_inetd()) < 0) {
if ((fd = connect_to_inetd()) == -1) {
if ((fd = connect_to_inetd()) < 0)
int connect_to_inetd(void);