diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2023-11-04 08:30:31 +0000 | 
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2023-11-07 06:46:19 -0500 | 
| commit | 42ddcf71e58300c7b594ac3964977625355cb24c (patch) | |
| tree | 05fa1e3cb3cd3a64b7cc510b51b68997fbb527e9 /lib/ntop.c | |
| parent | 315aa6cde48bbe5af08f61778d70f72aa0f9648a (diff) | |
*: Remove APPLE #defines from build
We cannot build on apple machines at all due
to our usage of some gcc extensions that will
probably never see the light of day again.
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'lib/ntop.c')
| -rw-r--r-- | lib/ntop.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ntop.c b/lib/ntop.c index 49e1b152c9..89b4d5ecdc 100644 --- a/lib/ntop.c +++ b/lib/ntop.c @@ -158,7 +158,7 @@ inet4:  	return dst;  } -#if !defined(INET_NTOP_NO_OVERRIDE) && !defined(__APPLE__) +#if !defined(INET_NTOP_NO_OVERRIDE)  /* we want to override libc inet_ntop, but make sure it shows up in backtraces   * as frr_inet_ntop (to avoid confusion while debugging)   */  | 
