aboutsummaryrefslogtreecommitdiff
path: root/www/deno/files/patch-ext_fs_std__fs.rs
diff options
context:
space:
mode:
Diffstat (limited to 'www/deno/files/patch-ext_fs_std__fs.rs')
-rw-r--r--www/deno/files/patch-ext_fs_std__fs.rs11
1 files changed, 0 insertions, 11 deletions
diff --git a/www/deno/files/patch-ext_fs_std__fs.rs b/www/deno/files/patch-ext_fs_std__fs.rs
deleted file mode 100644
index 6734cacc6d12..000000000000
--- a/www/deno/files/patch-ext_fs_std__fs.rs
+++ /dev/null
@@ -1,11 +0,0 @@
---- ext/fs/std_fs.rs.orig 2023-04-17 15:27:55 UTC
-+++ ext/fs/std_fs.rs
-@@ -70,7 +70,7 @@ impl FileSystem for StdFs {
- {
- Ok(r.bits())
- }
-- #[cfg(target_os = "macos")]
-+ #[cfg(any(target_os = "freebsd", target_os = "macos"))]
- {
- Ok(r.bits() as u32)
- }