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

db4
Doug Coleman 2008-10-20 04:16:28 -05:00
commit 3a910b5acc
1 changed files with 3 additions and 3 deletions

View File

@ -54,13 +54,13 @@ file-system-type-name mount-from ;
[ statvfs-f_iosize >>io-size ]
[ statvfs-f_blocks >>blocks ]
[ statvfs-f_bfree >>blocks-free ]
[ statvfs-f_favail >>flag ]
[ statvfs-f_fresvd >>flag ]
[ statvfs-f_favail >>blocks-available ]
[ statvfs-f_fresvd >>blocks-reserved ]
[ statvfs-f_files >>files ]
[ statvfs-f_ffree >>ffree ]
[ statvfs-f_syncreads >>sync-reads ]
[ statvfs-f_syncwrites >>sync-writes ]
[ statvfs-f_asyncreads >>async-writes ]
[ statvfs-f_asyncreads >>async-reads ]
[ statvfs-f_asyncwrites >>async-writes ]
[ statvfs-f_fsidx >>fsidx ]
[ statvfs-f_namemax >>namemax ]