diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2013-06-13 05:13:13 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2013-06-13 05:13:13 +0000 |
commit | a58d1896091b5f3bca1a7e191a9f861cbcadb720 (patch) | |
tree | e088eb1bbf366481cc86f0e028ceeb0cc5028a71 /sys/arch/arm/include | |
parent | d5bd6f593929f65822910c840c4997aa935b17fd (diff) |
ovbcopy begone
Diffstat (limited to 'sys/arch/arm/include')
-rw-r--r-- | sys/arch/arm/include/param.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/arm/include/param.h b/sys/arch/arm/include/param.h index a9df9e89392..c8dc039f766 100644 --- a/sys/arch/arm/include/param.h +++ b/sys/arch/arm/include/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.20 2013/03/26 05:04:10 deraadt Exp $ */ +/* $OpenBSD: param.h,v 1.21 2013/06/13 05:13:12 deraadt Exp $ */ /* * Copyright (c) 1994,1995 Mark Brinicombe. @@ -103,8 +103,6 @@ void delay (unsigned); #define DELAY(x) delay(x) #endif -#define ovbcopy bcopy - #if !defined(_LOCORE) #include <machine/cpu.h> #endif |