]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/io/files/info/unix/openbsd/openbsd.factor
Merge branch 'master' of git://factorcode.org/git/factor
[factor.git] / basis / io / files / info / unix / openbsd / openbsd.factor
index 6c334b8d62a78c7a1c6059635aaea6032388d57b..242938a47c0be6cd0f26dc80ec44c16668028f05 100644 (file)
@@ -47,6 +47,6 @@ M: openbsd statvfs>file-system-info ( file-system-info statvfs -- file-system-in
 
 M: openbsd file-systems ( -- seq )
     f 0 0 getfsstat dup io-error
-    \ statfs <c-type-array> dup dup length 0 getfsstat io-error 
+    \ statfs <c-array> dup dup length 0 getfsstat io-error 
     \ statfs heap-size group 
     [ f_mntonname>> alien>native-string file-system-info ] map ;