]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/io/sockets/unix/unix.factor
namespaces: Rename ``bind`` to ``with-variables``. Update a few places that called...
[factor.git] / basis / io / sockets / unix / unix.factor
index 57207ff67a0b321eb436f1455429871dc43f0c4c..a79a741b578e304851186b2094f0f440c3079aa1 100644 (file)
@@ -7,7 +7,6 @@ io.encodings.utf8 io.files.private io.pathnames
 io.sockets.private io.streams.duplex kernel libc locals math
 math.parser sequences system threads unix unix.ffi
 vocabs ;
-EXCLUDE: namespaces => bind ;
 EXCLUDE: io => read write ;
 EXCLUDE: io.sockets => accept ;
 IN: io.sockets.unix