diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2001-11-29 11:29:59 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2001-11-29 11:29:59 +0000 |
commit | 09c3b8a3bcab0f7df146ad79489fbf146a506c9b (patch) | |
tree | 976e35f138f95f45cbc4ecb19fdccae7aaff4a91 /sys/arch/sparc/dev | |
parent | 8c980e790738209f9977ba5a4b8e677624f85bb6 (diff) |
oops
Diffstat (limited to 'sys/arch/sparc/dev')
-rw-r--r-- | sys/arch/sparc/dev/if_ie.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc/dev/if_ie.c b/sys/arch/sparc/dev/if_ie.c index d55da16983f..781ce58e5a7 100644 --- a/sys/arch/sparc/dev/if_ie.c +++ b/sys/arch/sparc/dev/if_ie.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ie.c,v 1.20 2001/11/28 16:13:29 art Exp $ */ +/* $OpenBSD: if_ie.c,v 1.21 2001/11/29 11:29:58 art Exp $ */ /* $NetBSD: if_ie.c,v 1.33 1997/07/29 17:55:38 fair Exp $ */ /*- @@ -153,7 +153,7 @@ Mode of operation: #include <sparc/dev/i82586.h> static struct mbuf *last_not_for_us; -struct struct vm_map *ie_map; /* for obio */ +struct vm_map *ie_map; /* for obio */ #define IED_RINT 0x01 #define IED_TINT 0x02 |