]> gitweb.factorcode.org Git - factor.git/commitdiff
dont use structs
authorDoug Coleman <doug.coleman@gmail.com>
Tue, 7 Oct 2008 02:17:51 +0000 (21:17 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Tue, 7 Oct 2008 02:17:51 +0000 (21:17 -0500)
basis/io/unix/epoll/epoll.factor

index 406a7fcb50a2fbbb8885b534255e184c5ba5fb0a..05a9bcfa8d04e3a16263672ad0153c8121ebedfb 100644 (file)
@@ -2,7 +2,7 @@
 ! See http://factorcode.org/license.txt for BSD license.
 USING: alien.c-types kernel io.ports io.unix.backend
 bit-arrays sequences assocs unix unix.linux.epoll math
-namespaces structs ;
+namespaces unix.time ;
 IN: io.unix.epoll
 
 TUPLE: epoll-mx < mx events ;