diff --git a/basis/random/unix/unix.factor b/basis/random/unix/unix.factor index d52458372e..ffddde9f5b 100644 --- a/basis/random/unix/unix.factor +++ b/basis/random/unix/unix.factor @@ -2,10 +2,10 @@ ! See http://factorcode.org/license.txt for BSD license. USING: alien.c-types io io.files kernel namespaces random io.encodings.binary init accessors system destructors -io.ports hints math ; +hints math ; IN: random.unix -TUPLE: unix-random { reader input-port } ; +TUPLE: unix-random reader ; : ( path -- random ) binary unix-random boa ;