if (EXT(statp).nssocks[ns] < 0) {
*terrno = errno;
Perror(statp, stderr, "socket(dg)", errno);
return (-1);
return (*terrno == EPROTONOSUPPORT ? 0 : -1);
}
#ifndef CANNOT_CONNECT_DGRAM
/*