mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Fix WITHOUT_NLS build after r342551.
Reported by: gj MFC after: 13 days Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
488ded9168
commit
311a17259e
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue