From 4ff38b2148ea23db611ea55a7e4730ab12a64cde Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Tue, 21 Oct 2008 01:05:41 -0500 Subject: [PATCH] pull in unix.statfs in the io code --- basis/io/unix/files/files.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/io/unix/files/files.factor b/basis/io/unix/files/files.factor index 67da640b71..9ebfdaaa5a 100644 --- a/basis/io/unix/files/files.factor +++ b/basis/io/unix/files/files.factor @@ -6,7 +6,7 @@ math.bitwise byte-arrays alien combinators calendar io.encodings.binary accessors sequences strings system io.files.private destructors vocabs.loader calendar.unix unix.stat alien.c-types arrays unix.users unix.groups -environment fry io.encodings.utf8 alien.strings ; +environment fry io.encodings.utf8 alien.strings unix.statfs ; IN: io.unix.files M: unix cwd ( -- path )