summaryrefslogtreecommitdiff
path: root/components/hostname.c
Commit message (Collapse)AuthorAgeFilesLines
* Format error messages properlyAaron Marcher2018-03-281-1/+3
| | | | | Make use of strerror(errno) and format all errors equally: function ['parameters']: error message
* Get rid of err.h as it is not portableAaron Marcher2018-03-281-2/+2
| | | | | Replace warn() and warnx() with fprintf() and add <stdio.h> where necessary.
* Move components into dedicated subdirectoryLaslo Hunhold2017-09-241-0/+16
This brings us a lot more tidiness.