9 lines
284 B
Factor
9 lines
284 B
Factor
! Copyright (C) 2008 Doug Coleman.
|
|
! See http://factorcode.org/license.txt for BSD license.
|
|
USING: alien.syntax kernel unix.stat math unix
|
|
combinators system io.backend accessors alien.c-types
|
|
io.encodings.utf8 alien.strings unix.types unix.statfs io.files ;
|
|
IN: unix.statfs.netbsd
|
|
|
|
|