diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2005-09-08 12:44:57 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2005-09-08 12:44:57 +0000 |
commit | f4f73313bc8e06be9400024e4958d7e0290a53c0 (patch) | |
tree | 0939c6219d6bf5ec26fcd4deacd6977790fe58cc /sys/dev/cardbus | |
parent | b8e5e021299a88f2cd4b6cde58cac13c02815ee6 (diff) |
Remove the last of the FreeBSD compatiblity goop.
ok reyk@
Diffstat (limited to 'sys/dev/cardbus')
-rw-r--r-- | sys/dev/cardbus/if_ath_cardbus.c | 3 | ||||
-rw-r--r-- | sys/dev/cardbus/if_atw_cardbus.c | 3 | ||||
-rw-r--r-- | sys/dev/cardbus/if_rtw_cardbus.c | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/sys/dev/cardbus/if_ath_cardbus.c b/sys/dev/cardbus/if_ath_cardbus.c index e1dd0712567..e7713e38956 100644 --- a/sys/dev/cardbus/if_ath_cardbus.c +++ b/sys/dev/cardbus/if_ath_cardbus.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ath_cardbus.c,v 1.5 2005/06/08 05:36:33 henning Exp $ */ +/* $OpenBSD: if_ath_cardbus.c,v 1.6 2005/09/08 12:44:56 jsg Exp $ */ /* $NetBSD: if_ath_cardbus.c,v 1.4 2004/08/02 19:14:28 mycroft Exp $ */ /* @@ -62,7 +62,6 @@ #include <netinet/if_ether.h> #endif -#include <net80211/ieee80211_compat.h> #include <net80211/ieee80211_var.h> #if NBPFILTER > 0 diff --git a/sys/dev/cardbus/if_atw_cardbus.c b/sys/dev/cardbus/if_atw_cardbus.c index b664fa454ec..666afba4a5b 100644 --- a/sys/dev/cardbus/if_atw_cardbus.c +++ b/sys/dev/cardbus/if_atw_cardbus.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_atw_cardbus.c,v 1.10 2005/06/08 05:36:33 henning Exp $ */ +/* $OpenBSD: if_atw_cardbus.c,v 1.11 2005/09/08 12:44:56 jsg Exp $ */ /* $NetBSD: if_atw_cardbus.c,v 1.9 2004/07/23 07:07:55 dyoung Exp $ */ /*- @@ -66,7 +66,6 @@ #include <netinet/if_ether.h> #endif -#include <net80211/ieee80211_compat.h> #include <net80211/ieee80211_radiotap.h> #include <net80211/ieee80211_var.h> diff --git a/sys/dev/cardbus/if_rtw_cardbus.c b/sys/dev/cardbus/if_rtw_cardbus.c index c633165643a..b6487b630d4 100644 --- a/sys/dev/cardbus/if_rtw_cardbus.c +++ b/sys/dev/cardbus/if_rtw_cardbus.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_rtw_cardbus.c,v 1.8 2005/06/08 05:36:33 henning Exp $ */ +/* $OpenBSD: if_rtw_cardbus.c,v 1.9 2005/09/08 12:44:56 jsg Exp $ */ /* $NetBSD: if_rtw_cardbus.c,v 1.4 2004/12/20 21:05:34 dyoung Exp $ */ /*- @@ -98,7 +98,6 @@ #include <netinet/if_ether.h> #endif -#include <net80211/ieee80211_compat.h> #include <net80211/ieee80211_radiotap.h> #include <net80211/ieee80211_var.h> |