summaryrefslogtreecommitdiffstats
path: root/main/xulrunner/stat.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/xulrunner/stat.patch')
-rw-r--r--main/xulrunner/stat.patch20
1 files changed, 10 insertions, 10 deletions
diff --git a/main/xulrunner/stat.patch b/main/xulrunner/stat.patch
index 9ee6937d1..ed7dc007e 100644
--- a/main/xulrunner/stat.patch
+++ b/main/xulrunner/stat.patch
@@ -12,14 +12,14 @@
PROP_END
};
---- ./toolkit/components/osfile/modules/osfile_unix_back.jsm.orig 2013-04-16 19:24:04.196535897 +0000
-+++ ./toolkit/components/osfile/modules/osfile_unix_back.jsm 2013-04-17 06:49:08.869379007 +0000
-@@ -502,7 +502,7 @@
- /*path*/ Types.fd,
- /*buf*/ Types.stat.out_ptr
+--- ./toolkit/components/osfile/modules/osfile_unix_back.jsm.orig 2014-04-03 13:08:26.686409787 +0000
++++ ./toolkit/components/osfile/modules/osfile_unix_back.jsm 2014-04-03 13:34:14.101716259 +0000
+@@ -512,7 +512,7 @@
+ /*path*/ Type.fd,
+ /*buf*/ Type.stat.out_ptr
);
-- } else if (OS.Constants.libc._STAT_VER != undefined) {
-+ } else if (OS.Constants.libc.OSFILE_STAT_MACROS != undefined) {
- const ver = OS.Constants.libc._STAT_VER;
- // Linux, all widths
- let xstat =
+- } else if (Const._STAT_VER != undefined) {
++ } else if (Const.OSFILE_STAT_MACROS != undefined) {
+ const ver = Const._STAT_VER;
+ let xstat_name, lxstat_name, fxstat_name;
+ if (OS.Constants.Sys.Name == "SunOS") {