summaryrefslogtreecommitdiffstats
path: root/daemon/statvfs.c
Commit message (Collapse)AuthorAgeFilesLines
* 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.