unix.statvfs.netbsd: load fix

db4
Slava Pestov 2009-09-27 22:56:45 -05:00
parent da5f0d0a14
commit 253db8fee0
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
! Copyright (C) 2008 Doug Coleman.
! 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
CONSTANT: _VFS_NAMELEN 32