more usings
parent
a42c8d4ab7
commit
2937f71702
|
@ -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 kernel unix io.files math accessors
|
USING: alien.syntax kernel unix math accessors
|
||||||
combinators system io.backend alien.c-types ;
|
combinators system io.backend alien.c-types unix.statfs
|
||||||
|
io.files ;
|
||||||
IN: unix.statfs.freebsd
|
IN: unix.statfs.freebsd
|
||||||
|
|
||||||
: ST_RDONLY 1 ; inline
|
: ST_RDONLY 1 ; inline
|
||||||
|
|
|
@ -1,8 +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.c-types combinators kernel io.files unix.stat
|
USING: alien.c-types combinators kernel unix.stat
|
||||||
math accessors system unix io.backend layouts vocabs.loader
|
math accessors system unix io.backend layouts vocabs.loader
|
||||||
alien.syntax ;
|
alien.syntax unix.statfs io.files ;
|
||||||
IN: unix.statfs.linux
|
IN: unix.statfs.linux
|
||||||
|
|
||||||
C-STRUCT: statfs64
|
C-STRUCT: statfs64
|
||||||
|
|
Loading…
Reference in New Issue