summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlarryh%netscape.com <devnull@localhost>1999-11-23 17:33:20 +0000
committerlarryh%netscape.com <devnull@localhost>1999-11-23 17:33:20 +0000
commit2def4cc050a7f5ffb6ee540d9d736ae7e0edb4c8 (patch)
tree5393a4c7c4f515855dbfe636358fc1168f9885f0
parent97295b6c76a2d5785aa804d32b583fd0ebc83f85 (diff)
downloadnspr-hg-2def4cc050a7f5ffb6ee540d9d736ae7e0edb4c8.tar.gz
BugZilla 19448. Temporary circumvention
-rw-r--r--pr/include/md/_beos.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/pr/include/md/_beos.h b/pr/include/md/_beos.h
index 64ca7c93..7d6e4f53 100644
--- a/pr/include/md/_beos.h
+++ b/pr/include/md/_beos.h
@@ -564,4 +564,12 @@ PR_EXTERN(PRStatus) _MD_lockfile(PRInt32 osfd);
PR_EXTERN(PRStatus) _MD_tlockfile(PRInt32 osfd);
PR_EXTERN(PRStatus) _MD_unlockfile(PRInt32 osfd);
+/*
+** Random number seed generation
+** XXX: Note: delete re-definition after implementing for BeOS
+*/
+#undef _PR_MD_GET_RANDOM_NOISE
+#define _PR_MD_GET_RANDOM_NOISE(buf,size) 0
+
+
#endif /* _nspr_beos_defs_h___*/