]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/unix/getfsstat/macosx/macosx.factor
Merge qualified, alias, symbols, constants into core
[factor.git] / basis / unix / getfsstat / macosx / macosx.factor
index 23d9a14b9b5a737f33b9bbe338970f428322033e..0db1bb86ad4b0070a80e8d9db5f51c7c75eadc82 100644 (file)
@@ -1,6 +1,6 @@
 ! Copyright (C) 2008 Doug Coleman.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: alien.syntax constants ;
+USING: alien.syntax ;
 IN: unix.getfsstat.macosx
 
 CONSTANT: MNT_WAIT    1   ! synchronously wait for I/O to complete