aports/community/hinsightd/fix-statx-redefinition.patch
Celeste 1f51982128 community/hinsightd: fix redefinition of statx
Same fix used in 74c6ee4815

also, remove `fix-implicit.patch` as musl 1.2.5 has statx
2024-04-30 03:16:24 +00:00

12 lines
201 B
Diff

--- a/src/netcode/uring.c
+++ b/src/netcode/uring.c
@@ -9,8 +9,6 @@
#include <unistd.h>
#include <fcntl.h>
-#include <linux/stat.h>
-
#include <basic_vfs.h> // needed for musl
#include "hin.h"