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