aboutsummaryrefslogtreecommitdiff
path: root/win32/mntent.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* win32: reduce amount of static dataRon Yorston2018-03-041-20/+26
| | | | | | | It appears that uninitialised static variables are placed in the data section rather than bss, increasing the size of the binary. Rewrite some code to reduce the amount of static data.
* win32: silence some compiler warningsRon Yorston2015-07-151-6/+8
|
* win32: attempt to get filesystem type for mntentRon Yorston2014-10-061-1/+8
|
* Fix some compiler warningsRon Yorston2014-03-131-2/+3
|
* df: limited implementation for WIN32Ron Yorston2013-04-031-0/+59