mirror of
https://git.freebsd.org/ports.git
synced 2025-06-24 22:20:35 -04:00
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
10 lines
234 B
C
10 lines
234 B
C
--- 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
|