]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
warnx: fix needless static
authorWarner Losh <imp@FreeBSD.org>
Sat, 24 Oct 2020 00:03:11 +0000 (00:03 +0000)
committerWarner Losh <imp@FreeBSD.org>
Sat, 24 Oct 2020 00:03:11 +0000 (00:03 +0000)
commitb38d86a585cd16e84b1d8fe4cca88ed873051fd7
tree61e4ebf7498c26d169121515feede4d18a84d423
parent4e0771b2da184592e35952c8d4fdf8a9a8858ced
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