Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/wiconfig sys/dev/pcmcia/if_wi_ieee.h was moved to s...
details: https://anonhg.NetBSD.org/src/rev/85bc0e02c15f
branches: trunk
changeset: 509479:85bc0e02c15f
user: ichiro <ichiro%NetBSD.org@localhost>
date: Sun May 06 03:28:57 2001 +0000
description:
sys/dev/pcmcia/if_wi_ieee.h was moved to sys/dev/ic/wi_ieee.h
diffstat:
usr.sbin/wiconfig/wiconfig.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 858367b433a1 -r 85bc0e02c15f usr.sbin/wiconfig/wiconfig.c
--- a/usr.sbin/wiconfig/wiconfig.c Sun May 06 03:26:38 2001 +0000
+++ b/usr.sbin/wiconfig/wiconfig.c Sun May 06 03:28:57 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: wiconfig.c,v 1.11 2001/02/19 23:22:49 cgd Exp $ */
+/* $NetBSD: wiconfig.c,v 1.12 2001/05/06 03:28:57 ichiro Exp $ */
/*
* Copyright (c) 1997, 1998, 1999
@@ -51,7 +51,7 @@
#include <netinet/in.h>
#include <netinet/if_ether.h>
#ifdef __NetBSD__
-#include <dev/pcmcia/if_wi_ieee.h>
+#include <dev/ic/wi_ieee.h>
#else
#include <dev/pcmcia/if_wavelan_ieee.h>
#endif
@@ -69,7 +69,7 @@
static const char copyright[] = "@(#) Copyright (c) 1997, 1998, 1999\
Bill Paul. All rights reserved.";
static const char rcsid[] =
- "@(#) $Id: wiconfig.c,v 1.11 2001/02/19 23:22:49 cgd Exp $";
+ "@(#) $Id: wiconfig.c,v 1.12 2001/05/06 03:28:57 ichiro Exp $";
#endif
struct wi_table {
Home |
Main Index |
Thread Index |
Old Index