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/powerpc/include | |
parent | 5382705f9a2199c8dd490a0ac41b017d64b3743f (diff) |
Kill __HAVE_EVCOUNT, now that all architectures provide them.
Diffstat (limited to 'sys/arch/powerpc/include')
-rw-r--r-- | sys/arch/powerpc/include/types.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/powerpc/include/types.h b/sys/arch/powerpc/include/types.h index d92e17ddbe3..e2782605670 100644 --- a/sys/arch/powerpc/include/types.h +++ b/sys/arch/powerpc/include/types.h @@ -1,5 +1,5 @@ /* $NetBSD: types.h,v 1.1 1996/09/30 16:34:36 ws Exp $ */ -/* $OpenBSD: types.h,v 1.13 2004/06/28 02:49:10 aaron Exp $ */ +/* $OpenBSD: types.h,v 1.14 2004/11/26 21:23:05 miod Exp $ */ /*- * Copyright (C) 1995 Wolfgang Solfrank. @@ -67,6 +67,4 @@ typedef struct label_t { #define __BROKEN_INDIRECT_CONFIG -#define __HAVE_EVCOUNT - #endif /* _POWERPC_TYPES_H_ */ |