mirror of
https://repo.or.cz/socat.git
synced 2025-07-11 06:22:58 +00:00
Fix for compiling on Solaris-11
This commit is contained in:
parent
f0b30f3859
commit
9269897bab
2 changed files with 3 additions and 1 deletions
2
xio-ip.c
2
xio-ip.c
|
@ -1091,7 +1091,7 @@ int xiolog_ancillary_ip(
|
|||
cmsgtype = "IP_OPTIONS"; cmsgname = "options"; cmsgctr = -1;
|
||||
/*!!!*/
|
||||
break;
|
||||
#if XIO_ANCILLARY_TYPE_SOLARIS
|
||||
#if defined(IP_RECVTOS) && XIO_ANCILLARY_TYPE_SOLARIS
|
||||
case IP_RECVTOS:
|
||||
#else
|
||||
case IP_TOS:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue