diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2004-11-24 18:11:16 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2004-11-24 18:11:16 +0000 |
commit | e34c6a241b42a70a8e3c0d3478d216bc6f079a5b (patch) | |
tree | 27fafb8055f1bca2950042a6c996c2c9a508165a /sbin/wicontrol | |
parent | 438c5edc7dd366c4aec504e80391eedf7c6dcd15 (diff) |
replace old net/if_ieee80211.h header with the net80211 ones, userland part.
millert@ mcbride@ jsg@
Diffstat (limited to 'sbin/wicontrol')
-rw-r--r-- | sbin/wicontrol/wicontrol.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/wicontrol/wicontrol.c b/sbin/wicontrol/wicontrol.c index 5d6288da435..d3b494460d7 100644 --- a/sbin/wicontrol/wicontrol.c +++ b/sbin/wicontrol/wicontrol.c @@ -1,4 +1,4 @@ -/* $OpenBSD: wicontrol.c,v 1.56 2004/10/25 15:35:46 deraadt Exp $ */ +/* $OpenBSD: wicontrol.c,v 1.57 2004/11/24 18:11:15 fgsch Exp $ */ /* * Copyright (c) 1997, 1998, 1999 @@ -49,7 +49,7 @@ #else #include <netinet/in.h> #include <netinet/if_ether.h> -#include <net/if_ieee80211.h> +#include <net80211/ieee80211.h> #include <dev/ic/if_wi_ieee.h> #include <dev/ic/if_wireg.h> @@ -68,7 +68,7 @@ static const char copyright[] = "@(#) Copyright (c) 1997, 1998, 1999\ Bill Paul. All rights reserved."; static const char rcsid[] = - "@(#) $OpenBSD: wicontrol.c,v 1.56 2004/10/25 15:35:46 deraadt Exp $"; + "@(#) $OpenBSD: wicontrol.c,v 1.57 2004/11/24 18:11:15 fgsch Exp $"; #endif int wi_getval(char *, struct wi_req *); |