]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/unix/statfs/openbsd/openbsd.factor
Fixing assorted compile errors and help lint warnings
[factor.git] / basis / unix / statfs / openbsd / openbsd.factor
index 378e335c115e265760775a941cc740ce676de4bc..f495f2af4e75001e18ed40bdb9ebe65246527293 100644 (file)
@@ -3,8 +3,8 @@
 USING: alien.syntax ;
 IN: unix.statfs.openbsd
 
-: MFSNAMELEN 16 ; inline
-: MNAMELEN 90 ; inline
+CONSTANT: MFSNAMELEN 16
+CONSTANT: MNAMELEN 90
 
 C-STRUCT: statfs
     { "u_int32_t"       "f_flags" }