mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-08 04:53:01 +02:00
13 lines
341 B
Diff
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 */
|