components/desktop/firefox/patches/firefox-13-LocalFileUnix.patch
branchs11u3-sru
changeset 7364 1ac24a377555
parent 7356 74eef0c2f07d
child 7365 46cabb29da49
--- a/components/desktop/firefox/patches/firefox-13-LocalFileUnix.patch	Fri Nov 18 19:13:03 2016 -0800
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-Another ifdef Solaris patch. Some function is defined in limits.h that other 
-platforms can get elsewhere.  
-Can potentially send upstream with ifdef Solaris statement.
-
-diff --git a/xpcom/io/nsLocalFileUnix.cpp b/xpcom/io/nsLocalFileUnix.cpp
---- a/xpcom/io/nsLocalFileUnix.cpp
-+++ b/xpcom/io/nsLocalFileUnix.cpp
-@@ -14,6 +14,7 @@
- #include <sys/types.h>
- #include <sys/stat.h>
- #include <unistd.h>
-+#include <limits.h>
- #include <fcntl.h>
- #include <errno.h>
- #include <utime.h>