summaryrefslogtreecommitdiff
path: root/components/disk.c
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of err.h as it is not portableAaron Marcher2018-03-281-5/+4
| | | | | Replace warn() and warnx() with fprintf() and add <stdio.h> where necessary.
* Move components into dedicated subdirectoryLaslo Hunhold2017-09-241-0/+61
This brings us a lot more tidiness.