Merge branch 'master' of git://factorcode.org/git/factor into struct-updates
commit
f74351ce64
|
@ -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 ;
|
||||
|
|
Loading…
Reference in New Issue