summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/dev/pcmcia/if_wi.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/pcmcia/if_wi.c b/sys/dev/pcmcia/if_wi.c
index 2f544a47ebd..91c064be100 100644
--- a/sys/dev/pcmcia/if_wi.c
+++ b/sys/dev/pcmcia/if_wi.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_wi.c,v 1.11 2000/05/24 06:23:36 itojun Exp $ */
+/* $OpenBSD: if_wi.c,v 1.12 2000/06/18 04:02:11 aaron Exp $ */
/*
* Copyright (c) 1997, 1998, 1999
@@ -135,7 +135,7 @@ u_int32_t widebug = WIDEBUG;
#if !defined(lint) && !defined(__OpenBSD__)
static const char rcsid[] =
- "$OpenBSD: if_wi.c,v 1.11 2000/05/24 06:23:36 itojun Exp $";
+ "$OpenBSD: if_wi.c,v 1.12 2000/06/18 04:02:11 aaron Exp $";
#endif /* lint */
#ifdef foo
@@ -1032,7 +1032,7 @@ STATIC int wi_ioctl(ifp, command, data)
struct wi_softc *sc;
struct wi_req wreq;
struct ifreq *ifr;
- struct proc *p = curproc;
+ struct proc *p = curproc;
struct ifaddr *ifa = (struct ifaddr *)data;
s = splimp();