--- codex-rs/process-hardening/Cargo.toml.orig 2025-10-06 07:49:12 UTC +++ codex-rs/process-hardening/Cargo.toml @@ -19,3 +19,6 @@ libc = { workspace = true } [target.'cfg(target_os = "macos")'.dependencies] libc = { workspace = true } + +[target.'cfg(target_os = "freebsd")'.dependencies] +libc = { workspace = true }