From a204a43eca934af7c41c9fe0de89e9ea8d495e59 Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Sun, 11 Jan 2009 21:10:08 -0600 Subject: [PATCH] fix compile error --- basis/ftp/server/server.factor | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/basis/ftp/server/server.factor b/basis/ftp/server/server.factor index f6d5013ed0..20a753785c 100644 --- a/basis/ftp/server/server.factor +++ b/basis/ftp/server/server.factor @@ -3,12 +3,12 @@ USING: combinators.short-circuit accessors combinators io io.encodings.8-bit io.encodings io.encodings.binary io.encodings.utf8 io.files io.files.info io.directories -io.pathnames io.sockets kernel math.parser namespaces make -sequences ftp io.launcher.unix.parser unicode.case splitting +io.sockets kernel math.parser namespaces make sequences +ftp io.launcher.unix.parser unicode.case splitting assocs classes io.servers.connection destructors calendar io.timeouts io.streams.duplex threads continuations math concurrency.promises byte-arrays io.backend tools.hexdump -tools.files io.streams.string math.bitwise ; +io.streams.string math.bitwise tools.files io.pathnames ; IN: ftp.server TUPLE: ftp-client url mode state command-promise user password ;