diff options
Diffstat (limited to 'sysutils/plocate/files/patch-io__uring__engine.h')
-rw-r--r-- | sysutils/plocate/files/patch-io__uring__engine.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sysutils/plocate/files/patch-io__uring__engine.h b/sysutils/plocate/files/patch-io__uring__engine.h new file mode 100644 index 000000000000..6ae751285cf6 --- /dev/null +++ b/sysutils/plocate/files/patch-io__uring__engine.h @@ -0,0 +1,10 @@ +--- io_uring_engine.h.orig 2023-05-04 07:33:59 UTC ++++ io_uring_engine.h +@@ -7,7 +7,6 @@ + #include <string_view> + #include <sys/socket.h> + #include <sys/types.h> +-#include <linux/stat.h> + + struct io_uring_sqe; + #ifndef WITHOUT_URING |