remove duplicated slot from linux statfs

db4
Doug Coleman 2008-11-11 13:19:53 -06:00
parent aff4c9bda3
commit 482933f4d3
2 changed files with 4 additions and 4 deletions

View File

@ -19,8 +19,8 @@ C-STRUCT: statfs
FUNCTION: int statfs ( char* path, statfs* buf ) ; FUNCTION: int statfs ( char* path, statfs* buf ) ;
TUPLE: linux32-file-system-info < file-system-info TUPLE: linux32-file-system-info < file-system-info
type bsize blocks bfree bavail files ffree fsid bsize blocks bfree bavail files ffree fsid namelen
namelen frsize spare ; frsize spare ;
M: linux >file-system-info ( struct -- statfs ) M: linux >file-system-info ( struct -- statfs )
[ \ linux32-file-system-info new ] dip [ \ linux32-file-system-info new ] dip

View File

@ -21,8 +21,8 @@ C-STRUCT: statfs64
FUNCTION: int statfs64 ( char* path, statfs64* buf ) ; FUNCTION: int statfs64 ( char* path, statfs64* buf ) ;
TUPLE: linux64-file-system-info < file-system-info TUPLE: linux64-file-system-info < file-system-info
type bsize blocks bfree bavail files ffree fsid bsize blocks bfree bavail files ffree fsid namelen
namelen frsize spare ; frsize spare ;
M: linux >file-system-info ( struct -- statfs ) M: linux >file-system-info ( struct -- statfs )
[ \ linux64-file-system-info new ] dip [ \ linux64-file-system-info new ] dip