s/temporary/unique/

db4
Doug Coleman 2008-02-29 00:55:24 -06:00
parent 0102689b1e
commit ad2d06806b
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
USING: io.unix.backend io.unix.files io.unix.sockets io.timeouts USING: io.unix.backend io.unix.files io.unix.sockets io.timeouts
io.unix.launcher io.unix.mmap io.backend io.files.temporary io.unix.launcher io.unix.mmap io.backend io.files.unique
combinators namespaces system vocabs.loader sequences ; combinators namespaces system vocabs.loader sequences ;
"io.unix." os append require "io.unix." os append require

View File

@ -2,7 +2,7 @@
! See http://factorcode.org/license.txt for BSD license. ! See http://factorcode.org/license.txt for BSD license.
USING: alien alien.c-types arrays destructors io io.backend USING: alien alien.c-types arrays destructors io io.backend
io.buffers io.files io.nonblocking io.sockets io.binary io.buffers io.files io.nonblocking io.sockets io.binary
io.sockets.impl io.windows.files.temporary windows.errors io.sockets.impl io.windows.files.unique windows.errors
strings io.streams.duplex kernel math namespaces sequences strings io.streams.duplex kernel math namespaces sequences
windows windows.kernel32 windows.shell32 windows.types windows windows.kernel32 windows.shell32 windows.types
windows.winsock splitting continuations math.bitfields ; windows.winsock splitting continuations math.bitfields ;