From ec19ea84b8117fa04d9e5cf9d8945e0bacc2596e Mon Sep 17 00:00:00 2001 From: ed Date: Sat, 2 Jan 2010 11:05:34 +0000 Subject: ANSIfy some more tools in usr.sbin/. Most of these tools build with WARNS=6, except for their use of K&R function declarations. --- usr.sbin/ancontrol/ancontrol.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin/ancontrol') diff --git a/usr.sbin/ancontrol/ancontrol.c b/usr.sbin/ancontrol/ancontrol.c index 08d13d3..008970d 100644 --- a/usr.sbin/ancontrol/ancontrol.c +++ b/usr.sbin/ancontrol/ancontrol.c @@ -1327,8 +1327,8 @@ an_setkeys(const char *iface, const char *key, int keytype) } } -static void an_readkeyinfo(iface) - const char *iface; +static void +an_readkeyinfo(const char *iface) { struct an_req areq; struct an_ltv_genconfig *cfg; -- cgit v1.1