Ignore:
Timestamp:
Dec 3, 2007 12:40:58 AM (16 years ago)
Author:
bennylp
Message:

Fixed compilation errors/warnings on Linux with the recent IPv6 commits

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/include/pj/compat/socket.h

    r1608 r1611  
    6868#   endif 
    6969 
    70 #   undef s_addr 
    7170#   define PJ_SOCK_HAS_GETADDRINFO  1 
    7271#endif  /* _MSC_VER */ 
     
    147146 
    148147/* 
    149  * And undefine this.. 
     148 * And undefine these.. 
    150149 */ 
    151150#undef s_addr 
     151#undef s6_addr 
    152152 
    153153/* 
Note: See TracChangeset for help on using the changeset viewer.