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.
*/
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;
unsigned int uerr;