1
0
Fork 0
mirror of https://repo.or.cz/socat.git synced 2025-07-28 21:32:56 +00:00

made it compile and run on SuSE5.2

This commit is contained in:
Gerhard Rieger 2008-10-12 12:01:00 +02:00
parent 75e643ad2d
commit b2d618438a
10 changed files with 95 additions and 21 deletions

2
xio.h
View file

@ -335,7 +335,7 @@ union integral {
} u_ip_mreq;
#endif
#if WITH_IP4
in_addr_t u_ip4addr;
struct in_addr u_ip4addr;
#endif
} ;