Merge branch 'master' of git://factorcode.org/git/factor

db4
Doug Coleman 2008-10-19 20:00:07 -05:00
commit 022473234d
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
{