removed duplicate file-system-info definition. oops
parent
bbaa8b95bd
commit
c860ab78b6
|
@ -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 )
|
||||
|
||||
HOOK: file-systems os ( -- array )
|
||||
|
|
Loading…
Reference in New Issue