diff options
Diffstat (limited to 'sys/arch/sparc/include/cpu.h')
-rw-r--r-- | sys/arch/sparc/include/cpu.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/sparc/include/cpu.h b/sys/arch/sparc/include/cpu.h index 5227cce8606..37ae52d7a88 100644 --- a/sys/arch/sparc/include/cpu.h +++ b/sys/arch/sparc/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.23 2004/09/29 07:35:13 miod Exp $ */ +/* $OpenBSD: cpu.h,v 1.24 2005/03/23 17:14:45 miod Exp $ */ /* $NetBSD: cpu.h,v 1.24 1997/03/15 22:25:15 pk Exp $ */ /* @@ -256,8 +256,5 @@ struct trapvec { }; extern struct trapvec *trapbase; /* the 256 vectors */ -extern void wzero(void *, u_int); -extern void wcopy(const void *, void *, u_int); - #endif /* _KERNEL */ #endif /* _SPARC_CPU_H_ */ |