diff options
author | 2001-11-29 11:29:58 +0000 | |
---|---|---|
committer | 2001-11-29 11:29:58 +0000 | |
commit | 16f108612f28be5f4fb75832841533e05e14addd (patch) | |
tree | 12fb94e6aca8bdc94f1f8514d260b30c922c9a2f | |
parent | o) RFORK_FDSHARE is option; Spotted by grange@grange.ru; (diff) | |
download | wireguard-openbsd-16f108612f28be5f4fb75832841533e05e14addd.tar.xz wireguard-openbsd-16f108612f28be5f4fb75832841533e05e14addd.zip |
oops
-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 |