fix netbsd file-systems

db4
Doug Coleman 2009-08-31 11:38:21 -05:00
parent 27af645048
commit 6c996f4d30
1 changed files with 1 additions and 1 deletions

View File

@ -47,6 +47,6 @@ M: netbsd statvfs>file-system-info ( file-system-info statvfs -- file-system-inf
M: netbsd file-systems ( -- array )
f 0 0 getvfsstat dup io-error
\ statvfs <c-type-array> dup dup length 0 getvfsstat io-error
\ statvfs <struct> dup dup length 0 getvfsstat io-error
\ statvfs heap-size group
[ f_mntonname>> utf8 alien>string file-system-info ] map ;