Bootstrap fixes

db4
Slava Pestov 2008-02-05 17:31:27 -06:00
parent be39d64ef8
commit 898770f774
2 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,8 @@
! Copyright (C) 2005, 2008 Slava Pestov. ! Copyright (C) 2005, 2008 Slava Pestov.
! See http://factorcode.org/license.txt for BSD license. ! See http://factorcode.org/license.txt for BSD license.
USING: io.backend io.nonblocking io.unix.backend io.files io USING: io.backend io.nonblocking io.unix.backend io.files io
unix kernel math continuations math.bitfields ; unix kernel math continuations math.bitfields byte-arrays
alien ;
IN: io.unix.files IN: io.unix.files
M: unix-io cwd M: unix-io cwd

View File

@ -1,6 +1,6 @@
USING: kernel alien.c-types sequences math unix USING: kernel alien.c-types sequences math unix
combinators.cleave vectors kernel namespaces continuations combinators.cleave vectors kernel namespaces continuations
threads assocs vectors ; threads assocs vectors io.unix.backend ;
IN: unix.process IN: unix.process