unix.statfs.freebsd: add alien.c-types to using to future-proof
parent
93149a6be9
commit
a8b851bb35
|
@ -1,6 +1,6 @@
|
|||
! Copyright (C) 2008 Doug Coleman.
|
||||
! 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
|
||||
|
||||
CONSTANT: MFSNAMELEN 16 ! length of type name including null */
|
||||
|
|
Loading…
Reference in New Issue