]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/io/directories/unix/unix.factor
classes.struct: moving to new/boa instead of <struct>/<struct-boa>
[factor.git] / basis / io / directories / unix / unix.factor
index 798f64d6195e53eda4356a521593d1425e3cd403..32b9df10b40f1b03cacbb870b251481e43ee0862 100644 (file)
@@ -73,7 +73,7 @@ M: unix copy-file
 
 M: unix (directory-entries)
     [
-        dirent <struct>
+        dirent new
         '[ _ _ next-dirent ] [ >directory-entry ] produce nip
     ] with-unix-directory ;