From b2f13324285e9f616da10d4c1fb2d101723c07ea Mon Sep 17 00:00:00 2001 From: ed Date: Sat, 2 Jan 2010 10:09:20 +0000 Subject: 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. --- usr.bin/renice/renice.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin/renice/renice.c') diff --git a/usr.bin/renice/renice.c b/usr.bin/renice/renice.c index 21bb4c2..55f6537 100644 --- a/usr.bin/renice/renice.c +++ b/usr.bin/renice/renice.c @@ -177,7 +177,7 @@ getnum(const char *com, const char *str, int *val) } static void -usage() +usage(void) { fprintf(stderr, "%s\n%s\n", "usage: renice priority [[-p] pid ...] [[-g] pgrp ...] [[-u] user ...]", -- cgit v1.1