mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 14:29:47 +00:00
lib: cannot use aliased function on Darwin
Signed-off-by: Ruben Kerkhof <ruben@rubenkerkhof.com>
This commit is contained in:
parent
795fbef4df
commit
8d80a84220
@ -165,7 +165,7 @@ inet4:
|
||||
return dst;
|
||||
}
|
||||
|
||||
#ifndef INET_NTOP_NO_OVERRIDE
|
||||
#if !defined(INET_NTOP_NO_OVERRIDE) && !defined(__APPLE__)
|
||||
/* we want to override libc inet_ntop, but make sure it shows up in backtraces
|
||||
* as frr_inet_ntop (to avoid confusion while debugging)
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user