diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2004-11-26 21:23:07 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2004-11-26 21:23:07 +0000 |
commit | f9890bc6ff658fab91356e7ec4a4c2f1ca77c39a (patch) | |
tree | 621aa2268cf9e05cddd488fa2a2d425fd625739e /sys/arch/arm | |
parent | 5382705f9a2199c8dd490a0ac41b017d64b3743f (diff) |
Kill __HAVE_EVCOUNT, now that all architectures provide them.
Diffstat (limited to 'sys/arch/arm')
-rw-r--r-- | sys/arch/arm/include/types.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/arm/include/types.h b/sys/arch/arm/include/types.h index efe1f03647c..38fb6218272 100644 --- a/sys/arch/arm/include/types.h +++ b/sys/arch/arm/include/types.h @@ -1,4 +1,4 @@ -/* $OpenBSD: types.h,v 1.2 2004/08/06 19:29:10 drahn Exp $ */ +/* $OpenBSD: types.h,v 1.3 2004/11/26 21:23:04 miod Exp $ */ /* $NetBSD: types.h,v 1.4 2002/02/28 03:17:25 simonb Exp $ */ /* @@ -64,7 +64,6 @@ typedef vm_size_t vsize_t; #endif #define __HAVE_MINIMAL_EMUL -#define __HAVE_EVCOUNT /* * Basic integral types. Omit the typedef if |