Merge branch 'master' of git://factorcode.org/git/factor

db4
Slava Pestov 2009-09-12 21:19:20 -05:00
commit 6eaadb7ea9
1 changed files with 1 additions and 1 deletions

View File

@ -49,6 +49,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
<statvfs-array>
<statfs-array>
[ dup byte-length 0 getfsstat io-error ]
[ [ f_mntonname>> utf8 alien>string file-system-info ] { } map-as ] bi ;