Merge branch 'master' of git://factorcode.org/git/factor
commit
0041d2edae
|
@ -1,7 +1,7 @@
|
|||
! Copyright (C) 2007 Chris Double.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: alien.c-types kernel alien alien.syntax shuffle
|
||||
combinators.lib openal.backend namespaces ;
|
||||
combinators.lib openal.backend namespaces system ;
|
||||
IN: openal.macosx
|
||||
|
||||
LIBRARY: alut
|
||||
|
|
|
@ -15,7 +15,7 @@ C: <unix-random> unix-random
|
|||
M: unix-random random-bytes* ( n tuple -- byte-array )
|
||||
path>> file-read-unbuffered ;
|
||||
|
||||
os "openbsd" = [
|
||||
os openbsd? [
|
||||
[
|
||||
"/dev/srandom" <unix-random> secure-random-generator set-global
|
||||
"/dev/prandom" <unix-random> insecure-random-generator set-global
|
||||
|
|
Loading…
Reference in New Issue