From: Simon Schubert Date: Sat, 18 Jun 2005 19:05:02 +0000 (+0000) Subject: remove conditional to get required macros X-Git-Tag: v2.0.1~6873 X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/704d685aaf84b52f9ead1bbb92642bf29b39a206 remove conditional to get required macros --- diff --git a/sys/dev/netif/owi/owi_hostap.c b/sys/dev/netif/owi/owi_hostap.c index b1dd228d62..c2582d5cd3 100644 --- a/sys/dev/netif/owi/owi_hostap.c +++ b/sys/dev/netif/owi/owi_hostap.c @@ -30,7 +30,7 @@ * THE POSSIBILITY OF SUCH DAMAGE. * * $FreeBSD: src/sys/dev/wi/wi_hostap.c,v 1.7.2.4 2002/08/02 07:11:34 imp Exp $ - * $DragonFly: src/sys/dev/netif/owi/Attic/owi_hostap.c,v 1.4 2005/06/13 19:05:19 joerg Exp $ + * $DragonFly: src/sys/dev/netif/owi/Attic/owi_hostap.c,v 1.5 2005/06/18 19:05:02 corecode Exp $ */ /* This is experimental Host AP software for Prism 2 802.11b interfaces. @@ -41,9 +41,7 @@ #include #include -#if defined(__FreeBSD__) && __FreeBSD_version >= 500033 #include -#endif #include #include #include