From 8fc0be3c2f3d53cc7926221e86f71e825689eb18 Mon Sep 17 00:00:00 2001 From: Joe Groff Date: Sun, 16 Oct 2011 23:39:49 -0700 Subject: [PATCH] io.sockets: remove unix.ffi inserted by auto-use --- basis/io/sockets/sockets.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/io/sockets/sockets.factor b/basis/io/sockets/sockets.factor index ab76433f49..80c7eefb0c 100644 --- a/basis/io/sockets/sockets.factor +++ b/basis/io/sockets/sockets.factor @@ -8,7 +8,7 @@ grouping init io.backend io.binary io.encodings io.encodings.ascii io.encodings.binary io.pathnames io.ports io.streams.duplex kernel libc locals math math.parser memoize namespaces parser present sequences splitting strings summary -system unix.ffi values vocabs.loader vocabs.parser +system values vocabs.loader vocabs.parser sequences.private ; IN: io.sockets