Changeset 1361:505b24d85e89 in roaraudio


Ignore:
Timestamp:
03/24/09 17:31:27 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

subobject in is used by IPv6 code, too, at the moment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/socket.c

    r1359 r1361  
    451451 union { 
    452452  struct sockaddr     sa; 
    453 #ifdef ROAR_HAVE_IPV4 
     453#if defined(ROAR_HAVE_IPV4) || defined(ROAR_HAVE_IPV6) 
    454454  struct sockaddr_in  in; 
    455455#endif 
Note: See TracChangeset for help on using the changeset viewer.