]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/unix/statfs/freebsd/freebsd.factor
Fixing assorted compile errors and help lint warnings
[factor.git] / basis / unix / statfs / freebsd / freebsd.factor
index 038178f6f8351f018017f4dc2db51a34874dffe1..e6a033e09d505f484da2fa0f82ded795312ef563 100644 (file)
@@ -3,9 +3,9 @@
 USING: alien.syntax ;
 IN: unix.statfs.freebsd
 
-: MFSNAMELEN      16            ; inline ! length of type name including null */
-: MNAMELEN        88            ; inline ! size of on/from name bufs
-: STATFS_VERSION  HEX: 20030518 ; inline ! current version number 
+CONSTANT: MFSNAMELEN      16            ! length of type name including null */
+CONSTANT: MNAMELEN        88            ! size of on/from name bufs
+CONSTANT: STATFS_VERSION  HEX: 20030518 ! current version number 
 
 C-STRUCT: statfs
     { "uint32_t" "f_version" }