]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/unix/getfsstat/netbsd/netbsd.factor
Merge qualified, alias, symbols, constants into core
[factor.git] / basis / unix / getfsstat / netbsd / netbsd.factor
index 18064822ebe39cc772ff7ec796278b8ce83bc030..1eca6d7dc391081e412fba43db800e520168ab6f 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.netbsd
 
 CONSTANT: MNT_WAIT   1 ! synchronously wait for I/O to complete