diff options
author | 2013-11-13 18:50:05 +0000 | |
---|---|---|
committer | 2013-11-13 18:50:05 +0000 | |
commit | 9a17575344cd03723ee9c7d2ad8fe04c6342152c (patch) | |
tree | 0631718b1e8035e08e8499807448b80e0fba24ff | |
parent | add missing headers here too, forgotten after testing the diff. (diff) | |
download | wireguard-openbsd-9a17575344cd03723ee9c7d2ad8fe04c6342152c.tar.xz wireguard-openbsd-9a17575344cd03723ee9c7d2ad8fe04c6342152c.zip |
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; |