Doug Coleman 2009-08-31 12:00:39 -05:00
parent d22a25a3ec
commit 0bcd7c2619
1 changed files with 1 additions and 1 deletions

View File

@ -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 ;