]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/unix/statfs/openbsd/openbsd.factor
rename current string-mangling "char*" to "c-string". char* is now just a boring...
[factor.git] / basis / unix / statfs / openbsd / openbsd.factor
index 4e65e74c2c085f37ced2478c446b8124aa67e9c5..9c63bfa96b19b9460e1d7145084d1cf9c277c590 100644 (file)
@@ -31,4 +31,4 @@ STRUCT: statfs
     { f_mntfromname { char MNAMELEN } }
     { mount_info char[160] } ;
 
-FUNCTION: int statfs ( char* path, statfs* buf ) ;
+FUNCTION: int statfs ( c-string path, statfs* buf ) ;