mirror of
https://repo.or.cz/socat.git
synced 2025-06-05 10:06:50 +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
CHANGES
2
CHANGES
|
@ -142,6 +142,8 @@ Porting:
|
||||||
|
|
||||||
Fixes for FreeBSD-15 (DCCP)
|
Fixes for FreeBSD-15 (DCCP)
|
||||||
|
|
||||||
|
Fix for compiling on Solaris-11
|
||||||
|
|
||||||
Testing:
|
Testing:
|
||||||
test.sh produces file results.txt with columns of test numbers, names,
|
test.sh produces file results.txt with columns of test numbers, names,
|
||||||
and results.
|
and results.
|
||||||
|
|
2
xio-ip.c
2
xio-ip.c
|
@ -1091,7 +1091,7 @@ int xiolog_ancillary_ip(
|
||||||
cmsgtype = "IP_OPTIONS"; cmsgname = "options"; cmsgctr = -1;
|
cmsgtype = "IP_OPTIONS"; cmsgname = "options"; cmsgctr = -1;
|
||||||
/*!!!*/
|
/*!!!*/
|
||||||
break;
|
break;
|
||||||
#if XIO_ANCILLARY_TYPE_SOLARIS
|
#if defined(IP_RECVTOS) && XIO_ANCILLARY_TYPE_SOLARIS
|
||||||
case IP_RECVTOS:
|
case IP_RECVTOS:
|
||||||
#else
|
#else
|
||||||
case IP_TOS:
|
case IP_TOS:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue