blob: d7c1292f084f979e4b576df61fe4ce19469a93b4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- spa/include/spa/utils/endian.h.orig 2025-03-14 10:07:06 UTC
+++ 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 <sys/endian.h>
#define bswap_16 bswap16
#define bswap_32 bswap32
|