]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
warnx: fix needless static
authorimp <imp@FreeBSD.org>
Sat, 24 Oct 2020 00:03:11 +0000 (00:03 +0000)
committerimp <imp@FreeBSD.org>
Sat, 24 Oct 2020 00:03:11 +0000 (00:03 +0000)
commitf1919a3d1231facc730ddce5e682790e03e9fdc0
tree61e4ebf7498c26d169121515feede4d18a84d423
parentd8b432de64e1274e92cf51517fb78095ba49b4a8
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.
lib/libc/gen/err.c