Fix Linux bootstrap

db4
slava 2008-09-11 03:58:20 -05:00
parent 411b38924f
commit 4f03543912
2 changed files with 3 additions and 3 deletions

View File

@ -3,8 +3,8 @@
USING: kernel io.backend io.monitors io.monitors.recursive USING: kernel io.backend io.monitors io.monitors.recursive
io.files io.buffers io.monitors io.ports io.timeouts io.files io.buffers io.monitors io.ports io.timeouts
io.unix.backend io.unix.select io.encodings.utf8 io.unix.backend io.unix.select io.encodings.utf8
unix.linux.inotify assocs namespaces threads continuations init unix.linux.inotify assocs namespaces make threads continuations
math math.bitwise sets alien alien.strings alien.c-types init math math.bitwise sets alien alien.strings alien.c-types
vocabs.loader accessors system hashtables destructors unix ; vocabs.loader accessors system hashtables destructors unix ;
IN: io.unix.linux.monitors IN: io.unix.linux.monitors

View File

@ -1,6 +1,6 @@
! Copyright (C) 2008 James Cash ! Copyright (C) 2008 James Cash
! See http://factorcode.org/license.txt for BSD license. ! 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 system tools.deploy.backend tools.deploy.config assocs
hashtables prettyprint ; hashtables prettyprint ;
IN: tools.deploy.unix IN: tools.deploy.unix