db4
erg 2008-10-19 19:45:54 -05:00
parent ae7d804a21
commit dcd534292e
2 changed files with 1 additions and 3 deletions

View File

@ -1,6 +1,4 @@
USING: kernel alien.syntax math ;
IN: unix.stat
! Ubuntu 8.04 32-bit
@ -42,4 +40,3 @@ C-STRUCT: statfs
{ "long" "f_ffree" }
{ "fsid_t" "f_fsid" }
{ "long" "f_namelen" } ;

View File

@ -5,6 +5,7 @@ C-STRUCT: fsid
{ { "int" 2 } "__val" } ;
TYPEDEF: fsid __fsid_t
TYPEDEF: fsid fsid_t
cell-bits
{