1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-01 12:19:28 +00:00

Fix WITHOUT_NLS build after r342551.

Reported by:	gj
MFC after:	13 days
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Konstantin Belousov 2018-12-28 16:08:49 +00:00
parent 488ded9168
commit 311a17259e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=342574

View File

@ -58,7 +58,7 @@ __FBSDID("$FreeBSD$");
* statically linked binaries. * statically linked binaries.
*/ */
static void static void
errstr(int num, char *uprefix, char *buf, size_t len) errstr(int num, const char *uprefix, char *buf, size_t len)
{ {
char *t; char *t;
unsigned int uerr; unsigned int uerr;