diff options
-rw-r--r-- | sbin/wicontrol/wicontrol.c | 6 | ||||
-rw-r--r-- | usr.bin/kdump/Makefile | 4 | ||||
-rw-r--r-- | usr.bin/kdump/mkioctls | 4 |
3 files changed, 7 insertions, 7 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 *); diff --git a/usr.bin/kdump/Makefile b/usr.bin/kdump/Makefile index 5cea38ada40..759996c668e 100644 --- a/usr.bin/kdump/Makefile +++ b/usr.bin/kdump/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.10 2004/07/09 21:52:21 mickey Exp $ +# $OpenBSD: Makefile,v 1.11 2004/11/24 18:11:15 fgsch Exp $ LDSTATIC=${STATIC} PROG= kdump @@ -20,7 +20,7 @@ ioctl.c: ${.CURDIR}/mkioctls ${DESTDIR}/usr/include/dev/vndioctl.h \ ${DESTDIR}/usr/include/scsi/ses.h \ ${DESTDIR}/usr/include/net/bpf.h \ - ${DESTDIR}/usr/include/net/if_ieee80211.h \ + ${DESTDIR}/usr/include/net80211/ieee80211.h \ ${DESTDIR}/usr/include/net/if_ppp.h \ ${DESTDIR}/usr/include/net/if_tun.h \ ${DESTDIR}/usr/include/net/pfvar.h \ diff --git a/usr.bin/kdump/mkioctls b/usr.bin/kdump/mkioctls index 41df9dfbd3f..ab84c06abe0 100644 --- a/usr.bin/kdump/mkioctls +++ b/usr.bin/kdump/mkioctls @@ -1,5 +1,5 @@ #!/bin/sh - -# $OpenBSD: mkioctls,v 1.16 2004/06/07 20:36:07 mickey Exp $ +# $OpenBSD: mkioctls,v 1.17 2004/11/24 18:11:15 fgsch Exp $ # # Copyright (c) 1994 @@ -49,7 +49,7 @@ BEGIN { print "#include <sys/termios.h>" print "#include <netinet/ip_ipsp.h>" print "#include <net/if_enc.h>" - print "#include <net/if_ieee80211.h>" + print "#include <net80211/ieee80211.h>" print "#include <net/ppp_defs.h>" print "#include <net/if_ppp.h>" print "#include <net/if_pppvar.h>" |