Changeset 5692 for pjproject/trunk/pjlib/src/pj/sock_bsd.c
- Timestamp:
- Nov 13, 2017 6:06:25 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib/src/pj/sock_bsd.c
r5590 r5692 230 230 PJ_DEF(char*) pj_inet_ntoa(pj_in_addr inaddr) 231 231 { 232 #if 0 //!defined(PJ_LINUX) && !defined(PJ_LINUX_KERNEL)232 #if 0 233 233 return inet_ntoa(*(struct in_addr*)&inaddr); 234 234 #else
Note: See TracChangeset
for help on using the changeset viewer.