From 357f27658e00639c771d4a03e7696461980d187e Mon Sep 17 00:00:00 2001 From: Siva Mahadevan Date: Wed, 11 Mar 2026 20:10:34 -0400 Subject: [PATCH] spa/utils: remove FreeBSD workaround for bswap* Both and have the things we need. --- spa/include/spa/utils/endian.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spa/include/spa/utils/endian.h b/spa/include/spa/utils/endian.h index 2d002d453..0793ed412 100644 --- a/spa/include/spa/utils/endian.h +++ b/spa/include/spa/utils/endian.h @@ -5,7 +5,7 @@ #ifndef SPA_ENDIAN_H #define SPA_ENDIAN_H -#if defined(__FreeBSD__) || defined(__MidnightBSD__) +#if defined(__MidnightBSD__) #include #define bswap_16 bswap16 #define bswap_32 bswap32