summaryrefslogtreecommitdiff
path: root/src/network/herror.c
AgeCommit message (Collapse)AuthorLines
2020-09-03fix missing newline in herror outputRich Felker-1/+1
2013-12-20implement legacy function herrorRich Felker-0/+8
based on patch by Timo Teräs; greatly simplified to use fprintf.