summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2013-11-13 18:50:06 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2013-11-13 18:50:06 +0000
commit37e7f01fc4af43723f3914c8eb68170d310ab3d1 (patch)
tree9c0acbf7617c412b2d7a922eaa0f4e998dc6e654
parenteb7a9802a07882dd3247a1ba07175e695cb9d0be (diff)
handle missing proto
-rw-r--r--usr.bin/audioctl/audioctl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/audioctl/audioctl.c b/usr.bin/audioctl/audioctl.c
index 8ae4f2bab7c..a8035b93ccc 100644
--- a/usr.bin/audioctl/audioctl.c
+++ b/usr.bin/audioctl/audioctl.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: audioctl.c,v 1.22 2012/07/27 00:21:17 krw Exp $ */
+/* $OpenBSD: audioctl.c,v 1.23 2013/11/13 18:50:05 deraadt Exp $ */
/* $NetBSD: audioctl.c,v 1.14 1998/04/27 16:55:23 augustss Exp $ */
/*
@@ -186,7 +186,7 @@ findfield(char *name)
return (0);
}
-void
+static void
prval(u_int format, void *valp)
{
u_int v;