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/hp300/include | |
parent | 5382705f9a2199c8dd490a0ac41b017d64b3743f (diff) |
Kill __HAVE_EVCOUNT, now that all architectures provide them.
Diffstat (limited to 'sys/arch/hp300/include')
-rw-r--r-- | sys/arch/hp300/include/types.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/hp300/include/types.h b/sys/arch/hp300/include/types.h index 36b6de4792e..e5d87f9fa78 100644 --- a/sys/arch/hp300/include/types.h +++ b/sys/arch/hp300/include/types.h @@ -1,4 +1,4 @@ -/* $OpenBSD: types.h,v 1.4 2004/09/29 07:35:54 miod Exp $ */ +/* $OpenBSD: types.h,v 1.5 2004/11/26 21:23:04 miod Exp $ */ /* $NetBSD: types.h,v 1.8 1996/12/17 08:11:50 thorpej Exp $ */ #ifndef _MACHINE_TYPES_H_ @@ -7,6 +7,5 @@ #include <m68k/types.h> #define __HAVE_DEVICE_REGISTER -#define __HAVE_EVCOUNT #endif |