summaryrefslogtreecommitdiffstats
path: root/usr.bin/at
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2010-01-02 10:09:20 +0000
committered <ed@FreeBSD.org>2010-01-02 10:09:20 +0000
commitb2f13324285e9f616da10d4c1fb2d101723c07ea (patch)
treea138378761890dfbbb922442dc23d824a9740d2d /usr.bin/at
parent09818ac28e064437e7ab61eb0cd30245d17d27ea (diff)
downloadFreeBSD-src-b2f13324285e9f616da10d4c1fb2d101723c07ea.zip
FreeBSD-src-b2f13324285e9f616da10d4c1fb2d101723c07ea.tar.gz
ANSIfy various tools in usr.bin/.
Most of these tools properly build at WARNS=6, except for their K&R function declarations. Fix this, so we can bump WARNS as well.
Diffstat (limited to 'usr.bin/at')
-rw-r--r--usr.bin/at/at.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/at/at.c b/usr.bin/at/at.c
index 71d8e60..fbba7bd 100644
--- a/usr.bin/at/at.c
+++ b/usr.bin/at/at.c
@@ -179,7 +179,7 @@ static char *cwdname(void)
}
static long
-nextjob()
+nextjob(void)
{
long jobno;
FILE *fid;
OpenPOWER on IntegriCloud