summaryrefslogtreecommitdiff
path: root/sysutils/plocate/files/patch-io__uring__engine.h
diff options
context:
space:
mode:
authorStefan `Sec` Zehl <sec@42.org>2023-05-14 10:26:17 +0200
committerRobert Clausecker <fuz@FreeBSD.org>2023-05-18 10:19:45 +0200
commit1a556fa3ec8dbea28a7b34b2e9e2f036b0276ad6 (patch)
tree235f017494a15696339e5834cc1128c7530dc7af /sysutils/plocate/files/patch-io__uring__engine.h
parentsysutils/hcloud: update to 1.34.0 (diff)
sysutils/plocate: Fast & privacy-respecting locate utility
plocate is a locate(1) based on posting lists, completely replacing mlocate with a much faster (and smaller) index. It is suitable as a default locate on your system. Like mlocate and slocate, the returned file set is user-dependent, ie. a user will only see a file if find(1) would list it (all directories from the root have +rx permissions). WWW: https://plocate.sesse.net/ PR: 270657
Diffstat (limited to 'sysutils/plocate/files/patch-io__uring__engine.h')
-rw-r--r--sysutils/plocate/files/patch-io__uring__engine.h10
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