diff options
author | Hiroki Tagato <tagattie@FreeBSD.org> | 2025-10-06 14:22:11 +0000 |
---|---|---|
committer | Hiroki Tagato <tagattie@FreeBSD.org> | 2025-10-06 14:23:41 +0000 |
commit | d2ab390665a9e408af8689afb02643adf87484bf (patch) | |
tree | a6cf1149b5c8539f9b707400c867b62dfe2bcb72 /misc/codex/files/patch-codex-rs_cli_src_main.rs | |
parent | d816c0fc9ac77414ce43bda353441ace73bd74c8 (diff) |
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(); - } |