summaryrefslogtreecommitdiffstats
path: root/daemon/statvfs.c
Commit message (Collapse)AuthorAgeFilesLines
* daemon: Use stdint UINT64_C instead of <const>ULL.Richard W.M. Jones2010-10-231-4/+5
| | | | (cherry picked from commit cd29c50ca820a03b9cecb300a84fb884425cb565)
* daemon/Win32: Implement statvfs using GetDiskFreeSpaceEx.Richard Jones2009-11-251-1/+119
| | | | | | | At the time of writing Gnulib didn't support Win32 for its fsusage API. Therefore this patch uses GetDiskFreeSpaceEx if it's available (on Windows) otherwise falls back to using Gnulib fsusage.
* daemon: Move statvfs code into separate file.Richard Jones2009-11-251-0/+68
This makes no functional change to the code. It just moves the statvfs-related code out of daemon/stat.c into a new file called daemon/statvfs.c.