From 10bc3a7f42563fa24555dc35c5cdbb1af3241348 Mon Sep 17 00:00:00 2001 From: Ed Schouten Date: Tue, 29 Dec 2009 22:53:27 +0000 Subject: ANSIfy almost all applications that use WARNS=6. I was considering committing all these patches one by one, but as discussed with brooks@, there is no need to do this. If we ever need/want to merge these changes back, it is still possible to do this per application. --- usr.sbin/powerd/powerd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin/powerd') diff --git a/usr.sbin/powerd/powerd.c b/usr.sbin/powerd/powerd.c index e1b2a55a41bb..59ac1caaf692 100644 --- a/usr.sbin/powerd/powerd.c +++ b/usr.sbin/powerd/powerd.c @@ -259,7 +259,7 @@ get_freq_id(int freq, int *freqs, int numfreqs) * to APM. If nothing succeeds, we'll just run in default mode. */ static void -acline_init() +acline_init(void) { acline_mib_len = 4; -- cgit v1.2.3