Fix Linux bootstrap
parent
411b38924f
commit
4f03543912
|
@ -3,8 +3,8 @@
|
|||
USING: kernel io.backend io.monitors io.monitors.recursive
|
||||
io.files io.buffers io.monitors io.ports io.timeouts
|
||||
io.unix.backend io.unix.select io.encodings.utf8
|
||||
unix.linux.inotify assocs namespaces threads continuations init
|
||||
math math.bitwise sets alien alien.strings alien.c-types
|
||||
unix.linux.inotify assocs namespaces make threads continuations
|
||||
init math math.bitwise sets alien alien.strings alien.c-types
|
||||
vocabs.loader accessors system hashtables destructors unix ;
|
||||
IN: io.unix.linux.monitors
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
! Copyright (C) 2008 James Cash
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: io io.files io.backend kernel namespaces sequences
|
||||
USING: io io.files io.backend kernel namespaces make sequences
|
||||
system tools.deploy.backend tools.deploy.config assocs
|
||||
hashtables prettyprint ;
|
||||
IN: tools.deploy.unix
|
||||
|
|
Loading…
Reference in New Issue