From 4f03543912e474dd05b1fcf4c3cfa9bd9733b84e Mon Sep 17 00:00:00 2001 From: slava Date: Thu, 11 Sep 2008 03:58:20 -0500 Subject: [PATCH] Fix Linux bootstrap --- basis/io/unix/linux/monitors/monitors.factor | 4 ++-- basis/tools/deploy/unix/unix.factor | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/basis/io/unix/linux/monitors/monitors.factor b/basis/io/unix/linux/monitors/monitors.factor index ff23fba0c6..12b1cf779b 100644 --- a/basis/io/unix/linux/monitors/monitors.factor +++ b/basis/io/unix/linux/monitors/monitors.factor @@ -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 diff --git a/basis/tools/deploy/unix/unix.factor b/basis/tools/deploy/unix/unix.factor index 6f5a0304a2..5e1d0be7fb 100644 --- a/basis/tools/deploy/unix/unix.factor +++ b/basis/tools/deploy/unix/unix.factor @@ -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