spa/utils: remove FreeBSD workaround for bswap*

Both <endian.h> and <byteswap.h> have the things we need.
This commit is contained in:
Siva Mahadevan 2026-03-11 20:10:34 -04:00 committed by Wim Taymans
parent a671625637
commit 357f27658e

View file

@ -5,7 +5,7 @@
#ifndef SPA_ENDIAN_H
#define SPA_ENDIAN_H
#if defined(__FreeBSD__) || defined(__MidnightBSD__)
#if defined(__MidnightBSD__)
#include <sys/endian.h>
#define bswap_16 bswap16
#define bswap_32 bswap32