summaryrefslogtreecommitdiff
path: root/components/user.c
Commit message (Collapse)AuthorAgeFilesLines
* user: Only declare variables in the beginningAaron Marcher2018-05-021-2/+2
|
* 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/+32
This brings us a lot more tidiness.