diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2001-02-12 11:12:36 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2001-02-12 11:12:36 +0000 |
commit | 0453414a02ebc4b5fee83c93d0a75b7c4a89ab8f (patch) | |
tree | f8edbb858a150c1c69b7c581681c3491b32f8ba3 /sys | |
parent | e00c301f1f47114388144c10536f6ad2867b615a (diff) |
Remove duplicate definition of badaddr.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/alpha/include/cpu.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/alpha/include/cpu.h b/sys/arch/alpha/include/cpu.h index bff3368022b..5ec15a90ba3 100644 --- a/sys/arch/alpha/include/cpu.h +++ b/sys/arch/alpha/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.10 2001/01/20 21:24:05 art Exp $ */ +/* $OpenBSD: cpu.h,v 1.11 2001/02/12 11:12:35 art Exp $ */ /* $NetBSD: cpu.h,v 1.45 2000/08/21 02:03:12 thorpej Exp $ */ /*- @@ -330,7 +330,5 @@ struct reg; struct rpb; struct trapframe; -int badaddr(void *, size_t); - #endif /* _KERNEL */ #endif /* _ALPHA_CPU_H_ */ |