unix.statvfs.netbsd: load fix
parent
da5f0d0a14
commit
253db8fee0
|
@ -1,6 +1,7 @@
|
||||||
! 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 alien.syntax classes.struct unix.types ;
|
USING: alien.c-types alien.syntax classes.struct unix.types
|
||||||
|
unix.stat ;
|
||||||
IN: unix.statvfs.netbsd
|
IN: unix.statvfs.netbsd
|
||||||
|
|
||||||
CONSTANT: _VFS_NAMELEN 32
|
CONSTANT: _VFS_NAMELEN 32
|
||||||
|
|
Loading…
Reference in New Issue