summaryrefslogtreecommitdiffstats
path: root/openbsd-compat/bsd-err.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move err.h replacements into compat lib.Darren Tucker2016-07-131-0/+71
Move implementations of err.h replacement functions into their own file in the libopenbsd-compat so we can use them in kexfuzz.c too. ok djm@