summaryrefslogtreecommitdiff
path: root/sys/arch/mvme68k/dev/if_ie.c
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2001-11-28 16:13:30 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2001-11-28 16:13:30 +0000
commit18fa55b7c0a57038bc44966e200e42c95c1548cd (patch)
treef15be45f48de10a2cf3069a322d112dd49b3c21b /sys/arch/mvme68k/dev/if_ie.c
parentc838246d36eaa84d99978e74064e65cd79f105d2 (diff)
zap some typedefs.
vm_map_t -> struct vm_map * vm_map_entry_t -> struct vm_map_entry * simple_lock_data_t -> struct simplelock (uvm not done yet, coming in the next commit)
Diffstat (limited to 'sys/arch/mvme68k/dev/if_ie.c')
-rw-r--r--sys/arch/mvme68k/dev/if_ie.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvme68k/dev/if_ie.c b/sys/arch/mvme68k/dev/if_ie.c
index 5e8d289a2ef..81bb9908036 100644
--- a/sys/arch/mvme68k/dev/if_ie.c
+++ b/sys/arch/mvme68k/dev/if_ie.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_ie.c,v 1.16 2001/11/06 19:53:15 miod Exp $ */
+/* $OpenBSD: if_ie.c,v 1.17 2001/11/28 16:13:28 art Exp $ */
/*-
* Copyright (c) 1999 Steve Murphree, Jr.
@@ -148,7 +148,7 @@ Mode of operation:
#include <mvme68k/dev/i82596.h>
static struct mbuf *last_not_for_us;
-vm_map_t ie_map; /* for obio */
+struct vm_map *ie_map; /* for obio */
#define IED_RINT 0x01
#define IED_TINT 0x02