From b7407d309c69af50c54cfb93da8389c5e85f65fb Mon Sep 17 00:00:00 2001 From: Havard Eidnes Date: Mon, 22 Apr 2024 10:16:15 +0000 Subject: [PATCH] city.cc: fix NetBSD support. There's no need to probe for implementation-specific symbols. --- src/city.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/city.cc b/src/city.cc index ef3905b..91a4b88 100644 --- a/src/city.cc +++ b/src/city.cc @@ -82,10 +82,8 @@ static uint32 UNALIGNED_LOAD32(const char *p) { #include #include -#if defined(__BSWAP_RENAME) && !defined(__bswap_32) #define bswap_32(x) bswap32(x) #define bswap_64(x) bswap64(x) -#endif #else