summaryrefslogtreecommitdiffstats
path: root/usr.sbin/apmd/apmd.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/apmd/apmd.c')
-rw-r--r--usr.sbin/apmd/apmd.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.sbin/apmd/apmd.c b/usr.sbin/apmd/apmd.c
index a0f6b55bbda..39524c6c21b 100644
--- a/usr.sbin/apmd/apmd.c
+++ b/usr.sbin/apmd/apmd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: apmd.c,v 1.27 2002/09/06 19:46:52 deraadt Exp $ */
+/* $OpenBSD: apmd.c,v 1.28 2003/06/11 23:33:25 deraadt Exp $ */
/*
* Copyright (c) 1995, 1996 John T. Kohl
@@ -257,8 +257,7 @@ handle_client(int sock_fd, int ctl_fd)
int speaker_ok = TRUE;
void
-make_noise(howmany)
-int howmany;
+make_noise(int howmany)
{
int spkrfd = -1;
int trycnt;