diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2013-11-13 18:50:06 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2013-11-13 18:50:06 +0000 |
commit | 37e7f01fc4af43723f3914c8eb68170d310ab3d1 (patch) | |
tree | 9c0acbf7617c412b2d7a922eaa0f4e998dc6e654 | |
parent | eb7a9802a07882dd3247a1ba07175e695cb9d0be (diff) |
handle missing proto
-rw-r--r-- | usr.bin/audioctl/audioctl.c | 4 |
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; |