Fix BSD I/O

db4
Slava Pestov 2008-04-05 05:50:39 -05:00
parent 507da24d39
commit 1d3205c69e
4 changed files with 4 additions and 4 deletions

View File

@ -1,3 +1,3 @@
USING: io.backend system ;
USING: io.unix.bsd io.backend system ;
freebsd set-io-backend

View File

@ -1,4 +1,4 @@
USING: io.backend io.monitors io.monitors.private
USING: io.unix.bsd io.backend io.monitors io.monitors.private
continuations kernel core-foundation.fsevents sequences
namespaces arrays system ;
IN: io.unix.macosx

View File

@ -1,3 +1,3 @@
USING: io.backend system ;
USING: io.unix.bsd io.backend system ;
netbsd set-io-backend

View File

@ -1,3 +1,3 @@
USING: io.backend core-foundation.fsevents system ;
USING: io.unix.bsd io.backend system ;
openbsd set-io-backend