mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
14 lines
467 B
C++
14 lines
467 B
C++
$NetBSD: patch-xpcom_base_nsUUIDGenerator.h,v 1.1 2014/11/03 12:18:32 ryoon Exp $
|
|
|
|
--- xpcom/base/nsUUIDGenerator.h.orig 2014-05-29 23:31:50.000000000 +0000
|
|
+++ xpcom/base/nsUUIDGenerator.h
|
|
@@ -27,7 +27,7 @@ private:
|
|
protected:
|
|
|
|
mozilla::Mutex mLock;
|
|
-#if !defined(XP_WIN) && !defined(XP_MACOSX) && !defined(ANDROID)
|
|
+#if !defined(XP_WIN) && !defined(XP_MACOSX) && !defined(HAVE_ARC4RANDOM)
|
|
char mState[128];
|
|
char *mSavedState;
|
|
uint8_t mRBytes;
|