summaryrefslogtreecommitdiff
path: root/www/firefox52/patches/patch-toolkit_components_osfile_modules_osfile__unix__back.jsm
diff options
context:
space:
mode:
Diffstat (limited to 'www/firefox52/patches/patch-toolkit_components_osfile_modules_osfile__unix__back.jsm')
-rw-r--r--www/firefox52/patches/patch-toolkit_components_osfile_modules_osfile__unix__back.jsm15
1 files changed, 15 insertions, 0 deletions
diff --git a/www/firefox52/patches/patch-toolkit_components_osfile_modules_osfile__unix__back.jsm b/www/firefox52/patches/patch-toolkit_components_osfile_modules_osfile__unix__back.jsm
new file mode 100644
index 00000000000..90d418b71c5
--- /dev/null
+++ b/www/firefox52/patches/patch-toolkit_components_osfile_modules_osfile__unix__back.jsm
@@ -0,0 +1,15 @@
+$NetBSD: patch-toolkit_components_osfile_modules_osfile__unix__back.jsm,v 1.1 2017/04/27 01:55:57 ryoon Exp $
+
+--- toolkit/components/osfile/modules/osfile_unix_back.jsm.orig 2016-07-25 20:22:06.000000000 +0000
++++ toolkit/components/osfile/modules/osfile_unix_back.jsm
+@@ -228,8 +228,8 @@
+ let statvfs = new SharedAll.HollowStructure("statvfs",
+ Const.OSFILE_SIZEOF_STATVFS);
+
+- statvfs.add_field_at(Const.OSFILE_OFFSETOF_STATVFS_F_BSIZE,
+- "f_bsize", Type.unsigned_long.implementation);
++ statvfs.add_field_at(Const.OSFILE_OFFSETOF_STATVFS_F_FRSIZE,
++ "f_frsize", Type.unsigned_long.implementation);
+ statvfs.add_field_at(Const.OSFILE_OFFSETOF_STATVFS_F_BAVAIL,
+ "f_bavail", Type.fsblkcnt_t.implementation);
+