BSD/OS 4.01 returns EPROTONOSUPPORT for failure in try_proto()
This commit is contained in:
@@ -40,6 +40,9 @@ try_proto(int domain) {
|
||||
#ifdef EAFNOSUPPORT
|
||||
case EAFNOSUPPORT:
|
||||
#endif
|
||||
#ifdef EPROTONOSUPPORT
|
||||
case EPROTONOSUPPORT:
|
||||
#endif
|
||||
#ifdef EINVAL
|
||||
case EINVAL:
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user