1 ! Copyright (C) 2008 Doug Coleman.
2 ! See http://factorcode.org/license.txt for BSD license.
3 USING: combinators system vocabs.loader ;
7 { linux [ "unix.statvfs.linux" require ] }
8 { macosx [ "unix.statvfs.macosx" require ] }
9 { freebsd [ "unix.statvfs.freebsd" require ] }
10 { netbsd [ "unix.statvfs.netbsd" require ] }
11 { openbsd [ "unix.statvfs.openbsd" require ] }