about summary refs log tree commit diff
path: root/src/network/herror.c
Commit message (Collapse)AuthorAgeFilesLines
* fix missing newline in herror outputRich Felker2020-09-031-1/+1
|
* implement legacy function herrorRich Felker2013-12-201-0/+8
based on patch by Timo Teräs; greatly simplified to use fprintf.