1
0
Fork 0
mirror of https://repo.or.cz/socat.git synced 2025-07-22 02:22:57 +00:00

corrected check for net/if.h

This commit is contained in:
Gerhard Rieger 2011-11-27 11:03:56 +01:00
parent 1c302dc23c
commit eccce7542e
2 changed files with 4 additions and 1 deletions

View file

@ -59,6 +59,9 @@ corrections:
fixed a bug that could lead to error or socat crash after a client
connection with option retry had been established
fixed configure.in bug on net/if.h check that caused IF_NAMESIZE to be
undefined
porting:
Cedril Priscal ported socat to Android (using Googles cross compiler).
The port includes the socat_buildscript_for_android.sh script