From 8a9fc388f1018b17c5209d5ff8b9f43f7b447bad Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Mon, 30 Jun 2025 15:35:42 +0200 Subject: [PATCH] cp: enable "ioctl" feature of linux-raw-sys required due to update of linux-raw-sys --- src/uu/cp/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uu/cp/Cargo.toml b/src/uu/cp/Cargo.toml index 2f5783590..608b97d04 100644 --- a/src/uu/cp/Cargo.toml +++ b/src/uu/cp/Cargo.toml @@ -21,7 +21,7 @@ path = "src/cp.rs" clap = { workspace = true } filetime = { workspace = true } libc = { workspace = true } -linux-raw-sys = { workspace = true } +linux-raw-sys = { workspace = true, features = ["ioctl"] } selinux = { workspace = true, optional = true } uucore = { workspace = true, features = [ "backup-control",