remove duplicated slot from linux statfs
parent
aff4c9bda3
commit
482933f4d3
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue