fix openbsd bootstrap
parent
e79049ad0a
commit
0e97398da8
|
@ -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 unix.types unix.stat classes.struct ;
|
USING: alien.c-types alien.syntax unix.types classes.struct
|
||||||
|
unix.stat ;
|
||||||
IN: unix.statfs.openbsd
|
IN: unix.statfs.openbsd
|
||||||
|
|
||||||
CONSTANT: MFSNAMELEN 16
|
CONSTANT: MFSNAMELEN 16
|
||||||
|
@ -30,4 +31,4 @@ STRUCT: statfs
|
||||||
{ f_mntfromname { char MNAMELEN } }
|
{ f_mntfromname { char MNAMELEN } }
|
||||||
{ mount_info char[160] } ;
|
{ mount_info char[160] } ;
|
||||||
|
|
||||||
FUNCTION: int statfs ( char* path, statvfs* buf ) ;
|
FUNCTION: int statfs ( char* path, statfs* buf ) ;
|
||||||
|
|
Loading…
Reference in New Issue