1
0
Fork 0
mirror of https://repo.or.cz/socat.git synced 2025-07-08 05:36:32 +00:00

adapted conditionals to genericsocket, interface

This commit is contained in:
Gerhard Rieger 2008-09-24 16:14:42 +02:00
parent 674b0e608d
commit 084726e981
6 changed files with 39 additions and 6 deletions

View file

@ -21,9 +21,9 @@ union sockaddr_union {
#if WITH_UNIX
struct sockaddr_un un;
#endif /* WITH_UNIX */
#if WITH_IP4
#if _WITH_IP4
struct sockaddr_in ip4;
#endif /* WITH_IP4 */
#endif /* _WITH_IP4 */
#if WITH_IP6
struct sockaddr_in6 ip6;
#endif /* WITH_IP6 */