]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/unix/utmpx/utmpx.factor
factor: more top level forms.
[factor.git] / basis / unix / utmpx / utmpx.factor
index c61f88d8c76e10e8bbab10747dca148ec5b7b06e..84d5468a22bbf19a3814c1ee52679c535ee0ef34 100644 (file)
@@ -2,7 +2,7 @@
 ! See http://factorcode.org/license.txt for BSD license.
 USING: accessors alien.c-types alien.data alien.syntax
 continuations io.encodings.string io.encodings.utf8 kernel
-sequences system unix.ffi vocabs ;
+sequences system unix.ffi vocabs vocabs.platforms ;
 IN: unix.utmpx
 
 CONSTANT: EMPTY 0
@@ -47,4 +47,4 @@ M: unix new-utmpx-record
         produce nip
     ] with-utmpx ;
 
-"unix.utmpx." os name>> append require
+USE-OS-SUFFIX: unix.utmpx