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