fix using
parent
03d96cc1bd
commit
a42c8d4ab7
|
@ -1,7 +1,8 @@
|
||||||
! Copyright (C) 2008 Doug Coleman.
|
! Copyright (C) 2008 Doug Coleman.
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: alien.syntax accessors combinators kernel io.files
|
USING: alien.syntax accessors combinators kernel
|
||||||
unix.types math system io.backend alien.c-types unix ;
|
unix.types math system io.backend alien.c-types unix
|
||||||
|
unix.statfs io.files ;
|
||||||
IN: unix.statfs.openbsd
|
IN: unix.statfs.openbsd
|
||||||
|
|
||||||
C-STRUCT: statvfs
|
C-STRUCT: statvfs
|
||||||
|
|
Loading…
Reference in New Issue