summaryrefslogtreecommitdiff
path: root/sys/compat/ossaudio
diff options
context:
space:
mode:
authordsl <dsl@NetBSD.org>2007-12-08 18:35:53 +0000
committerdsl <dsl@NetBSD.org>2007-12-08 18:35:53 +0000
commit28bae79b2713013fa5c98bdd7a8bdde85ccc3ffd (patch)
treee96dcadb2e523d907f659aa130436e909e7bfd97 /sys/compat/ossaudio
parentc26a54ba243a5ba3a847aeba86fe44f2e4a86203 (diff)
ANSIfy most of the function definitions in sys/compat (but not ndis).
All by the magic of sed ...
Diffstat (limited to 'sys/compat/ossaudio')
-rw-r--r--sys/compat/ossaudio/ossaudio.c13
1 files changed, 4 insertions, 9 deletions
diff --git a/sys/compat/ossaudio/ossaudio.c b/sys/compat/ossaudio/ossaudio.c
index 5f2d64d115d..bf6691d1b0f 100644
--- a/sys/compat/ossaudio/ossaudio.c
+++ b/sys/compat/ossaudio/ossaudio.c
@@ -1,4 +1,4 @@
-/* $NetBSD: ossaudio.c,v 1.59 2007/12/04 18:40:20 dsl Exp $ */
+/* $NetBSD: ossaudio.c,v 1.60 2007/12/08 18:36:22 dsl Exp $ */
/*-
* Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -34,7 +34,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ossaudio.c,v 1.59 2007/12/04 18:40:20 dsl Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ossaudio.c,v 1.60 2007/12/08 18:36:22 dsl Exp $");
#include <sys/param.h>
#include <sys/proc.h>
@@ -607,9 +607,7 @@ enum_to_mask(struct audiodevinfo *di, int enm)
* to collect the information.
*/
static struct audiodevinfo *
-getdevinfo(fp, l)
- struct file *fp;
- struct lwp *l;
+getdevinfo(struct file *fp, struct lwp *l)
{
mixer_devinfo_t mi;
int i, j, e;
@@ -1163,10 +1161,7 @@ oss_ioctl_sequencer(l, uap, retval)
* If not, set it to be.
*/
static void
-setblocksize(fp, info, l)
- struct file *fp;
- struct audio_info *info;
- struct lwp *l;
+setblocksize(struct file *fp, struct audio_info *info, struct lwp *l)
{
struct audio_info set;
int s;