diff options
author | 2001-12-18 18:42:19 +0000 | |
---|---|---|
committer | 2001-12-18 18:42:19 +0000 | |
commit | 974435da919d745fe3db630fca31f958da00fbb6 (patch) | |
tree | 4f888687fc1c36d1f1a41270992d4a3bcfdda2dd | |
parent | Recognize newer uni-n chips. (diff) | |
download | wireguard-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.c | 5 |
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> |