mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Catch up with perr() becoming variadic.
This commit is contained in:
parent
287303f0ea
commit
657acd1063
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ static const char rcsid[] =
|
|||
|
||||
/* Global functions */
|
||||
|
||||
void perr(const char *a);
|
||||
void perr(const char *fmt, ...);
|
||||
|
||||
double
|
||||
gloadavg(void)
|
||||
|
|
|
|||
Loading…
Reference in a new issue