components/desktop/thunderbird/patches/firefox-43-xpcom.patch
changeset 7018 fdf447a07aff
parent 7017 25872950aa80
child 7020 58ca1f0fa3a7
--- a/components/desktop/thunderbird/patches/firefox-43-xpcom.patch	Fri Sep 30 21:33:56 2016 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,25 +0,0 @@
-Solaris-specific patch. Adds if def(SOLARIS) case.
-Do not plan to send upstream.
-
-diff --git a/xpcom/base/nsUUIDGenerator.cpp b/xpcom/base/nsUUIDGenerator.cpp
---- a/xpcom/base/nsUUIDGenerator.cpp
-+++ b/xpcom/base/nsUUIDGenerator.cpp
-@@ -11,17 +11,17 @@
- #include <CoreFoundation/CoreFoundation.h>
- #else
- #include <stdlib.h>
- #include "prrng.h"
- #endif
- 
- #include "nsUUIDGenerator.h"
- 
--#ifdef ANDROID
-+#if defined(ANDROID) || defined(SOLARIS)
- extern "C" NS_EXPORT void arc4random_buf(void*, size_t);
- #endif
- 
- using namespace mozilla;
- 
- NS_IMPL_ISUPPORTS(nsUUIDGenerator, nsIUUIDGenerator)
- 
- nsUUIDGenerator::nsUUIDGenerator()