Ignore:
Timestamp:
Nov 13, 2017 6:06:25 AM (6 years ago)
Author:
ming
Message:

Re #2062: Remove deprecated Linux kernel implementation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/src/pj/sock_bsd.c

    r5590 r5692  
    230230PJ_DEF(char*) pj_inet_ntoa(pj_in_addr inaddr) 
    231231{ 
    232 #if 0 //!defined(PJ_LINUX) && !defined(PJ_LINUX_KERNEL) 
     232#if 0 
    233233    return inet_ntoa(*(struct in_addr*)&inaddr); 
    234234#else 
Note: See TracChangeset for help on using the changeset viewer.