aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/powerd
diff options
context:
space:
mode:
authorEd Schouten <ed@FreeBSD.org>2009-12-29 22:53:27 +0000
committerEd Schouten <ed@FreeBSD.org>2009-12-29 22:53:27 +0000
commit10bc3a7f42563fa24555dc35c5cdbb1af3241348 (patch)
tree2e35e76a520e919173f604f9ba0f30358443ed4a /usr.sbin/powerd
parent7b4f22d5ed8862f4711f8fea577eba7821de04be (diff)
downloadsrc-10bc3a7f42563fa24555dc35c5cdbb1af3241348.tar.gz
src-10bc3a7f42563fa24555dc35c5cdbb1af3241348.zip
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.
Notes
Notes: svn path=/head/; revision=201227
Diffstat (limited to 'usr.sbin/powerd')
-rw-r--r--usr.sbin/powerd/powerd.c2
1 files changed, 1 insertions, 1 deletions
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;