Use newly available libc and system calls related to statvfs to make df
authorMatthew Dillon <dillon@dragonflybsd.org>
Sun, 1 Jun 2008 20:52:21 +0000 (20:52 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Sun, 1 Jun 2008 20:52:21 +0000 (20:52 +0000)
commit799e4f0bd4708e2bd5a7d119b1a8f9b072a946c8
tree2f77eb84dc6145d8ef069a7f9048d147fff8f1e7
parent8dbc21114c0bab83838e3ce417e05ba45b40000d
Use newly available libc and system calls related to statvfs to make df
work with 64 bit statvfs fields.  Tested with a 4TB VN-backed HAMMER
filesystem.
bin/df/df.c