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

db4
Doug Coleman 2008-11-11 14:04:25 -06:00
commit 17916ed7f2
1 changed files with 0 additions and 2 deletions

View File

@ -4,8 +4,6 @@ USING: sequences system vocabs.loader combinators accessors
kernel math.order sorting ;
IN: unix.statfs
TUPLE: file-system-info root-directory total-free-size total-size ;
HOOK: >file-system-info os ( struct -- statfs )
os {