Merge pull request #4927 from fr500/master
use inet_ntoa if INET6_ADDRSTRLEN is not defined
This commit is contained in:
commit
64c22de3ae
|
@ -3513,7 +3513,7 @@ finish:
|
|||
|
||||
address = &host->addr;
|
||||
|
||||
#if 0
|
||||
#ifdef INET6_ADDRSTRLEN
|
||||
/* TODO/FIXME - inet_ntop is not portable. Need to create
|
||||
* a wrapper function in libretro-common which will wrap
|
||||
* this and ensure that it will work on most platforms.
|
||||
|
|
Loading…
Reference in New Issue