1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-03 09:00:21 +00:00

Catch up with perr() becoming variadic.

This commit is contained in:
Yaroslav Tykhiy 2007-06-15 10:12:37 +00:00
parent 287303f0ea
commit 657acd1063
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=170768

View File

@ -44,7 +44,7 @@ static const char rcsid[] =
/* Global functions */
void perr(const char *a);
void perr(const char *fmt, ...);
double
gloadavg(void)