Changeset 3837:44372929e571 in roaraudio


Ignore:
Timestamp:
05/16/10 22:03:55 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

AF_* not PF_*

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/roard.c

    r3802 r3837  
    163163#endif 
    164164        " -4                    - Use IPv4 connections (implies -t)\n" 
    165 #ifdef PF_INET6 
     165#ifdef AF_INET6 
    166166        " -6                    - Use IPv6 connections (implies -t)\n" 
    167167#endif 
     
    14961496  } else if ( strcmp(k, "-6") == 0 ) { 
    14971497#ifdef ROAR_SUPPORT_LISTEN 
    1498 #ifdef PF_INET6 
     1498#ifdef AF_INET6 
    14991499   sock_type = ROAR_SOCKET_TYPE_TCP6; 
    15001500   if ( *sock_addr == '/' ) 
Note: See TracChangeset for help on using the changeset viewer.