From f9cd01683c4c081443f2dc4adb0b3a87434fa27b Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Thu, 29 Jan 2009 21:26:27 -0600 Subject: [PATCH] fix unix bootstrap --- basis/io/backend/unix/unix.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/io/backend/unix/unix.factor b/basis/io/backend/unix/unix.factor index c4883f54ef..4bc8868a3c 100644 --- a/basis/io/backend/unix/unix.factor +++ b/basis/io/backend/unix/unix.factor @@ -167,7 +167,7 @@ M: stdin refill M: unix (init-stdio) 1 - 2 ; + 2 t ; ! mx io-task for embedding an fd-based mx inside another mx TUPLE: mx-port < port mx ; -- 2.11.4.GIT