diff options
Diffstat (limited to 'misc/codex/files/patch-codex-rs_cli_src_main.rs')
-rw-r--r-- | misc/codex/files/patch-codex-rs_cli_src_main.rs | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/misc/codex/files/patch-codex-rs_cli_src_main.rs b/misc/codex/files/patch-codex-rs_cli_src_main.rs deleted file mode 100644 index 577f39d19f85..000000000000 --- a/misc/codex/files/patch-codex-rs_cli_src_main.rs +++ /dev/null @@ -1,12 +0,0 @@ ---- codex-rs/cli/src/main.rs.orig 2025-09-27 08:29:56 UTC -+++ codex-rs/cli/src/main.rs -@@ -219,6 +219,9 @@ fn pre_main_hardening() { - #[cfg(target_os = "macos")] - crate::pre_main_hardening::pre_main_hardening_macos(); - -+ #[cfg(target_os = "freebsd")] -+ crate::pre_main_hardening::pre_main_hardening_freebsd(); -+ - #[cfg(windows)] - crate::pre_main_hardening::pre_main_hardening_windows(); - } |