diff options
author | yar <yar@FreeBSD.org> | 2007-06-15 10:12:37 +0000 |
---|---|---|
committer | yar <yar@FreeBSD.org> | 2007-06-15 10:12:37 +0000 |
commit | 79a90bc272fd863efd2aaebc052c3d774e39c09c (patch) | |
tree | 16ddf18aa5d13c75733e6c30daf85ef1eb5e34ce /libexec | |
parent | 0a5d437c3dd0eac9955bd0742b4f63b7e0dc12b3 (diff) | |
download | FreeBSD-src-79a90bc272fd863efd2aaebc052c3d774e39c09c.zip FreeBSD-src-79a90bc272fd863efd2aaebc052c3d774e39c09c.tar.gz |
Catch up with perr() becoming variadic.
Diffstat (limited to 'libexec')
-rw-r--r-- | libexec/atrun/gloadavg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/atrun/gloadavg.c b/libexec/atrun/gloadavg.c index 6cffe5a..f75c333 100644 --- a/libexec/atrun/gloadavg.c +++ b/libexec/atrun/gloadavg.c @@ -44,7 +44,7 @@ static const char rcsid[] = /* Global functions */ -void perr(const char *a); +void perr(const char *fmt, ...); double gloadavg(void) |