]> gitweb.factorcode.org Git - factor.git/commitdiff
Merge branch 'master' of git://factorcode.org/git/factor into struct-updates
authorJoe Groff <arcata@gmail.com>
Mon, 31 Aug 2009 17:01:23 +0000 (12:01 -0500)
committerJoe Groff <arcata@gmail.com>
Mon, 31 Aug 2009 17:01:23 +0000 (12:01 -0500)
basis/io/files/info/unix/openbsd/openbsd.factor

index c3671391b94bfb3e61e86b311ed8c430bcbb782c..fe2101dc878c8f2c8928cca65d47df00cdba3051 100755 (executable)
@@ -48,5 +48,5 @@ 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 length 0 getvfsstat io-error ]
+    [ dup length 0 getfsstat io-error ]
     [ [ f_mntonname>> utf8 alien>string file-system-info ] map ] bi ;