void-packages/srcpkgs/libxo/patches/fix-musl.patch
2025-08-01 03:06:03 +02:00

13 lines
341 B
Diff

--- a/libxo/xo_syslog.c 2025-07-31 11:43:06.269460078 +0100
+++ b/libxo/xo_syslog.c 2025-07-31 11:44:06.576758358 +0100
@@ -59,10 +59,6 @@
#include "xo_config.h"
-#ifdef HAVE_SYSCTLBYNAME
-#include <sys/sysctl.h>
-#endif /* HAVE_SYSCTLBYNAME */
-
#include "xo.h"
#include "xo_private.h"
#include "xo_encoder.h" /* For xo_realloc */