unix.statfs.freebsd: add alien.c-types to using to future-proof
parent
fab916fb97
commit
7226e18df9
|
|
@ -1,6 +1,6 @@
|
||||||
! 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 unix.types unix.stat classes.struct ;
|
USING: alien.syntax alien.c-types unix.types unix.stat classes.struct ;
|
||||||
IN: unix.statfs.freebsd
|
IN: unix.statfs.freebsd
|
||||||
|
|
||||||
CONSTANT: MFSNAMELEN 16 ! length of type name including null */
|
CONSTANT: MFSNAMELEN 16 ! length of type name including null */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue