summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormickey <mickey@openbsd.org>2001-12-18 18:42:19 +0000
committermickey <mickey@openbsd.org>2001-12-18 18:42:19 +0000
commit974435da919d745fe3db630fca31f958da00fbb6 (patch)
tree4f888687fc1c36d1f1a41270992d4a3bcfdda2dd
parentRecognize newer uni-n chips. (diff)
downloadwireguard-openbsd-974435da919d745fe3db630fca31f958da00fbb6.tar.xz
wireguard-openbsd-974435da919d745fe3db630fca31f958da00fbb6.zip
fix an #include path, from Peter Valchev <pvalchev@sightly.net>
-rw-r--r--usr.bin/radioctl/radioctl.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.bin/radioctl/radioctl.c b/usr.bin/radioctl/radioctl.c
index c06a118fc5d..e3960e892d5 100644
--- a/usr.bin/radioctl/radioctl.c
+++ b/usr.bin/radioctl/radioctl.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: radioctl.c,v 1.4 2001/12/06 10:04:11 mickey Exp $ */
+/* $OpenBSD: radioctl.c,v 1.5 2001/12/18 18:42:19 mickey Exp $ */
/* $RuOBSD: radioctl.c,v 1.4 2001/10/20 18:09:10 pva Exp $ */
/*
@@ -27,10 +27,7 @@
*/
#include <sys/ioctl.h>
-#include "/sys/sys/radioio.h"
-#if 0
#include <sys/radioio.h>
-#endif
#include <err.h>
#include <fcntl.h>