]> gitweb.factorcode.org Git - factor.git/commitdiff
fix
authorDoug Coleman <doug.coleman@gmail.com>
Tue, 7 Oct 2008 00:01:41 +0000 (19:01 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Tue, 7 Oct 2008 00:01:41 +0000 (19:01 -0500)
basis/io/unix/backend/backend.factor

index 0e9139f4311c57df0d35096abd10045adb683d7c..5bb0b825552d889c1ce094097fc04148b018a126 100644 (file)
@@ -1,11 +1,11 @@
 ! Copyright (C) 2004, 2008 Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
 USING: alien alien.c-types generic assocs kernel kernel.private
-math io.ports sequences strings structs sbufs threads unix
+math io.ports sequences strings sbufs threads unix
 vectors io.buffers io.backend io.encodings math.parser
 continuations system libc qualified namespaces make io.timeouts
 io.encodings.utf8 destructors accessors summary combinators
-locals ;
+locals unix.time ;
 QUALIFIED: io
 IN: io.unix.backend