summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2001-06-24 22:36:58 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2001-06-24 22:36:58 +0000
commit8ef40d7fecd9e0320e76b2da5842bed282399055 (patch)
tree7839c0cbe60ab5974f36c7e216b6d5a8a42e4f90 /sys
parent3b7c2979317ea9df05b7da6c3d6aeae24b46b243 (diff)
Spelling ifdef correctly is not enough, you have to spell the conditionnal
correctly, too...
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/ic/am7990.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/am7990.c b/sys/dev/ic/am7990.c
index 713dbafdf9c..9bd2a7ba1e4 100644
--- a/sys/dev/ic/am7990.c
+++ b/sys/dev/ic/am7990.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: am7990.c,v 1.24 2001/06/24 04:48:02 fgsch Exp $ */
+/* $OpenBSD: am7990.c,v 1.25 2001/06/24 22:36:57 miod Exp $ */
/* $NetBSD: am7990.c,v 1.22 1996/10/13 01:37:19 christos Exp $ */
/*-
@@ -446,7 +446,7 @@ am7990_read(sc, boff, len)
int boff, len;
{
struct mbuf *m;
-#ifdef LANCE_RECV_BUG
+#ifdef LANCE_REVC_BUG
struct ether_header *eh;
#endif