mirror of
https://repo.or.cz/socat.git
synced 2025-07-07 13:26:33 +00:00
Fixes for old Debian
This commit is contained in:
parent
0f1c5dd85a
commit
19d488a14f
6 changed files with 194 additions and 138 deletions
|
@ -788,7 +788,7 @@ _xioopen_unix_client(
|
|||
opts, pf, SOCK_SEQPACKET, protocol,
|
||||
needtemp, E_INFO)) == 0)
|
||||
break;
|
||||
if (errno != EPROTOTYPE && errno != EPROTONOSUPPORT/*AIX*/
|
||||
if (errno != EPROTOTYPE && errno != EPROTONOSUPPORT/*AIX*/ && errno != ESOCKTNOSUPPORT/*Debian3*/
|
||||
#if WITH_ABSTRACT_UNIXSOCKET
|
||||
&& !(abstract && errno == ECONNREFUSED)
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue