Fix bogus dependency
parent
0ba5304ee3
commit
13ed2476cd
|
@ -2,8 +2,7 @@
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: alien.c-types io.encodings.utf8 io.encodings.string
|
USING: alien.c-types io.encodings.utf8 io.encodings.string
|
||||||
kernel sequences unix.stat accessors unix combinators math
|
kernel sequences unix.stat accessors unix combinators math
|
||||||
grouping system io.files io.backend alien.strings math.bitwise
|
grouping system alien.strings math.bitwise alien.syntax ;
|
||||||
alien.syntax io.unix.files ;
|
|
||||||
IN: unix.statfs.macosx
|
IN: unix.statfs.macosx
|
||||||
|
|
||||||
: MNT_RDONLY HEX: 00000001 ; inline
|
: MNT_RDONLY HEX: 00000001 ; inline
|
||||||
|
|
Loading…
Reference in New Issue