diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2004-11-23 21:12:24 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2004-11-23 21:12:24 +0000 |
commit | 2ddb009591c7614d76bc64f22494724fb3c019ea (patch) | |
tree | c09d08114a36c5d73cc2f318ae1612760bd5b1fe /sys/arch/macppc/dev | |
parent | edacaa72f3c49ccb24c573b5c9b5fa09571d1151 (diff) |
replace old net/if_ieee80211.h header with the net80211 ones, kernel part.
millert@ mcbride@ jsg@
Diffstat (limited to 'sys/arch/macppc/dev')
-rw-r--r-- | sys/arch/macppc/dev/if_wi_obio.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/macppc/dev/if_wi_obio.c b/sys/arch/macppc/dev/if_wi_obio.c index 21973974e92..378994745cf 100644 --- a/sys/arch/macppc/dev/if_wi_obio.c +++ b/sys/arch/macppc/dev/if_wi_obio.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_wi_obio.c,v 1.11 2004/10/20 13:41:51 deraadt Exp $ */ +/* $OpenBSD: if_wi_obio.c,v 1.12 2004/11/23 21:12:23 fgsch Exp $ */ /* * Copyright (c) 1997, 1998, 1999 @@ -60,7 +60,7 @@ #include <netinet/if_ether.h> #endif -#include <net/if_ieee80211.h> +#include <net80211/ieee80211.h> #include <machine/bus.h> #include <machine/autoconf.h> |