diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2012-11-05 19:39:36 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2012-11-05 19:39:36 +0000 |
commit | a1766a47fd070df70c1d83e94e0f768bf2770df1 (patch) | |
tree | 8e05700622657ebb1155c9d6a3ee7bd92c4f5d3b /sys/arch/palm | |
parent | f315fad1aa6b7ebad4b0a85d8234478d781e2fe8 (diff) |
unifdef -D __HAVE_TIMECOUNTER
Diffstat (limited to 'sys/arch/palm')
-rw-r--r-- | sys/arch/palm/include/_types.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/palm/include/_types.h b/sys/arch/palm/include/_types.h index 9727bc818aa..b778141b95f 100644 --- a/sys/arch/palm/include/_types.h +++ b/sys/arch/palm/include/_types.h @@ -1,11 +1,8 @@ -/* $OpenBSD: _types.h,v 1.3 2011/03/23 16:54:36 pirofti Exp $ */ +/* $OpenBSD: _types.h,v 1.4 2012/11/05 19:39:34 miod Exp $ */ #ifndef _MACHINE__TYPES_H_ #define _MACHINE__TYPES_H_ #include <arm/_types.h> -/* Feature test macros */ -#define __HAVE_TIMECOUNTER - #endif |