HomeFreeBSD

warnx: fix needless static

Description

warnx: fix needless static

I noticed after the review that these shouldn't be static. Remove the
'static' from them, otherwise concurrent calls to warn* might see a
similar but to the original.

Details

Provenance
impAuthored on
Parents
rS366982: warnx: Save errno across calls that might change it.
Branches
Unknown
Tags
Unknown