diff options
| author | Lexi Winter <ivy@FreeBSD.org> | 2025-10-05 09:19:31 +0100 |
|---|---|---|
| committer | Lexi Winter <ivy@FreeBSD.org> | 2025-10-05 09:19:31 +0100 |
| commit | f85f2b2d6e5b7ed869376eb4b180c3a74a5c5da9 (patch) | |
| tree | ad799ccacfb459b809b02b9c115ed4befb93b4c1 /www/deno/files/patch-ext_os_signal.rs | |
| parent | 0b1510fe1f98f82da6f3481cb6c58957022d9211 (diff) | |
| parent | b057c68280a2f2a7b3d1fbac36f7b034e1fdf593 (diff) | |
Merge remote-tracking branch 'freebsd/main' into lf/main
Diffstat (limited to 'www/deno/files/patch-ext_os_signal.rs')
| -rw-r--r-- | www/deno/files/patch-ext_os_signal.rs | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/www/deno/files/patch-ext_os_signal.rs b/www/deno/files/patch-ext_os_signal.rs deleted file mode 100644 index 042f23bac51f..000000000000 --- a/www/deno/files/patch-ext_os_signal.rs +++ /dev/null @@ -1,21 +0,0 @@ ---- ext/os/signal.rs.orig 2024-12-13 09:29:06 UTC -+++ ext/os/signal.rs -@@ -8,8 +8,8 @@ pub struct InvalidSignalStrError(pub String); - #[cfg(any( - target_os = "android", - target_os = "linux", -+ target_os = "freebsd", - target_os = "openbsd", -- target_os = "openbsd", - target_os = "macos", - target_os = "solaris", - target_os = "illumos" -@@ -26,7 +26,7 @@ pub struct InvalidSignalIntError(pub libc::c_int); - #[cfg(any( - target_os = "android", - target_os = "linux", -- target_os = "openbsd", -+ target_os = "freebsd", - target_os = "openbsd", - target_os = "macos", - target_os = "solaris", |
