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 | |
parent | f315fad1aa6b7ebad4b0a85d8234478d781e2fe8 (diff) |
unifdef -D __HAVE_TIMECOUNTER
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/alpha/include/_types.h | 5 | ||||
-rw-r--r-- | sys/arch/amd64/include/_types.h | 5 | ||||
-rw-r--r-- | sys/arch/armish/include/_types.h | 5 | ||||
-rw-r--r-- | sys/arch/aviion/include/_types.h | 5 | ||||
-rw-r--r-- | sys/arch/beagle/include/_types.h | 5 | ||||
-rw-r--r-- | sys/arch/gumstix/include/_types.h | 5 | ||||
-rw-r--r-- | sys/arch/hp300/include/_types.h | 5 | ||||
-rw-r--r-- | sys/arch/hppa/include/_types.h | 5 | ||||
-rw-r--r-- | sys/arch/hppa64/include/_types.h | 5 | ||||
-rw-r--r-- | sys/arch/i386/include/_types.h | 5 | ||||
-rw-r--r-- | sys/arch/ia64/include/_types.h | 5 | ||||
-rw-r--r-- | sys/arch/luna88k/include/_types.h | 5 | ||||
-rw-r--r-- | sys/arch/mips64/include/_types.h | 3 | ||||
-rw-r--r-- | sys/arch/mvme68k/include/_types.h | 5 | ||||
-rw-r--r-- | sys/arch/mvme88k/include/_types.h | 5 | ||||
-rw-r--r-- | sys/arch/palm/include/_types.h | 5 | ||||
-rw-r--r-- | sys/arch/powerpc/include/_types.h | 5 | ||||
-rw-r--r-- | sys/arch/sh/include/_types.h | 5 | ||||
-rw-r--r-- | sys/arch/sparc/include/_types.h | 5 | ||||
-rw-r--r-- | sys/arch/sparc64/include/_types.h | 5 | ||||
-rw-r--r-- | sys/arch/vax/include/_types.h | 5 | ||||
-rw-r--r-- | sys/arch/zaurus/include/_types.h | 5 |
22 files changed, 22 insertions, 86 deletions
diff --git a/sys/arch/alpha/include/_types.h b/sys/arch/alpha/include/_types.h index 55f1fa0e8be..d2a1d64d440 100644 --- a/sys/arch/alpha/include/_types.h +++ b/sys/arch/alpha/include/_types.h @@ -1,4 +1,4 @@ -/* $OpenBSD: _types.h,v 1.15 2011/09/08 03:40:32 guenther Exp $ */ +/* $OpenBSD: _types.h,v 1.16 2012/11/05 19:39:34 miod Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -146,7 +146,4 @@ typedef int __rune_t; typedef void * __wctrans_t; typedef void * __wctype_t; -/* Feature test macros */ -#define __HAVE_TIMECOUNTER - #endif /* _MACHINE__TYPES_H_ */ diff --git a/sys/arch/amd64/include/_types.h b/sys/arch/amd64/include/_types.h index ed5ce0d4990..ef5c5f09a1d 100644 --- a/sys/arch/amd64/include/_types.h +++ b/sys/arch/amd64/include/_types.h @@ -1,4 +1,4 @@ -/* $OpenBSD: _types.h,v 1.9 2011/09/08 03:40:32 guenther Exp $ */ +/* $OpenBSD: _types.h,v 1.10 2012/11/05 19:39:34 miod Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -142,7 +142,4 @@ typedef int __rune_t; typedef void * __wctrans_t; typedef void * __wctype_t; -/* Feature test macros */ -#define __HAVE_TIMECOUNTER - #endif /* _MACHINE__TYPES_H_ */ diff --git a/sys/arch/armish/include/_types.h b/sys/arch/armish/include/_types.h index 0f071a85499..e422568e053 100644 --- a/sys/arch/armish/include/_types.h +++ b/sys/arch/armish/include/_types.h @@ -1,4 +1,4 @@ -/* $OpenBSD: _types.h,v 1.6 2011/03/23 16:54:34 pirofti Exp $ */ +/* $OpenBSD: _types.h,v 1.7 2012/11/05 19:39:34 miod Exp $ */ /* $NetBSD: types.h,v 1.4 2002/02/28 03:17:26 simonb Exp $ */ #ifndef _MACHINE__TYPES_H_ @@ -6,7 +6,4 @@ #include <arm/_types.h> -/* Feature test macros */ -#define __HAVE_TIMECOUNTER - #endif /* _MACHINE__TYPES_H_ */ diff --git a/sys/arch/aviion/include/_types.h b/sys/arch/aviion/include/_types.h index f532a0ac698..a0d494de320 100644 --- a/sys/arch/aviion/include/_types.h +++ b/sys/arch/aviion/include/_types.h @@ -1,7 +1,4 @@ -/* $OpenBSD: _types.h,v 1.3 2010/04/21 19:33:47 miod Exp $ */ +/* $OpenBSD: _types.h,v 1.4 2012/11/05 19:39:34 miod Exp $ */ /* public domain */ #include <m88k/_types.h> - -/* Feature test macros */ -#define __HAVE_TIMECOUNTER diff --git a/sys/arch/beagle/include/_types.h b/sys/arch/beagle/include/_types.h index d2455188651..10dca61f0f7 100644 --- a/sys/arch/beagle/include/_types.h +++ b/sys/arch/beagle/include/_types.h @@ -1,4 +1,4 @@ -/* $OpenBSD: _types.h,v 1.3 2011/03/23 16:54:34 pirofti Exp $ */ +/* $OpenBSD: _types.h,v 1.4 2012/11/05 19:39:34 miod Exp $ */ /* $NetBSD: types.h,v 1.4 2002/02/28 03:17:26 simonb Exp $ */ #ifndef _MACHINE__TYPES_H_ @@ -6,7 +6,4 @@ #include <arm/_types.h> -/* Feature test macros */ -#define __HAVE_TIMECOUNTER - #endif /* _MACHINE__TYPES_H_ */ diff --git a/sys/arch/gumstix/include/_types.h b/sys/arch/gumstix/include/_types.h index 77d95f7e006..34dc9b23b19 100644 --- a/sys/arch/gumstix/include/_types.h +++ b/sys/arch/gumstix/include/_types.h @@ -1,11 +1,8 @@ -/* $OpenBSD: _types.h,v 1.4 2011/03/23 16:54:34 pirofti Exp $ */ +/* $OpenBSD: _types.h,v 1.5 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 diff --git a/sys/arch/hp300/include/_types.h b/sys/arch/hp300/include/_types.h index bb22f089bda..1cc7c32cc55 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 2012/09/08 19:24:28 miod Exp $ */ +/* $OpenBSD: _types.h,v 1.5 2012/11/05 19:39:34 miod Exp $ */ /* public domain */ @@ -7,7 +7,4 @@ #include <m68k/_types.h> -/* Feature test macros */ -#define __HAVE_TIMECOUNTER - #endif /* _MACHINE__TYPES_H_ */ diff --git a/sys/arch/hppa/include/_types.h b/sys/arch/hppa/include/_types.h index 02794f2e72b..94b55d3ede1 100644 --- a/sys/arch/hppa/include/_types.h +++ b/sys/arch/hppa/include/_types.h @@ -1,4 +1,4 @@ -/* $OpenBSD: _types.h,v 1.17 2011/11/15 17:12:14 deraadt Exp $ */ +/* $OpenBSD: _types.h,v 1.18 2012/11/05 19:39:34 miod Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -146,7 +146,4 @@ typedef int __rune_t; typedef void * __wctrans_t; typedef void * __wctype_t; -/* Feature test macros */ -#define __HAVE_TIMECOUNTER - #endif /* _MACHINE__TYPES_H_ */ diff --git a/sys/arch/hppa64/include/_types.h b/sys/arch/hppa64/include/_types.h index 8ea6f55a3ee..ed996b595b9 100644 --- a/sys/arch/hppa64/include/_types.h +++ b/sys/arch/hppa64/include/_types.h @@ -1,4 +1,4 @@ -/* $OpenBSD: _types.h,v 1.10 2011/11/15 17:12:14 deraadt Exp $ */ +/* $OpenBSD: _types.h,v 1.11 2012/11/05 19:39:34 miod Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -142,7 +142,4 @@ typedef int __rune_t; typedef void * __wctrans_t; typedef void * __wctype_t; -/* Feature test macros */ -#define __HAVE_TIMECOUNTER - #endif /* _MACHINE__TYPES_H_ */ diff --git a/sys/arch/i386/include/_types.h b/sys/arch/i386/include/_types.h index 1f507392cb0..7afa2e77751 100644 --- a/sys/arch/i386/include/_types.h +++ b/sys/arch/i386/include/_types.h @@ -1,4 +1,4 @@ -/* $OpenBSD: _types.h,v 1.14 2011/11/15 17:12:14 deraadt Exp $ */ +/* $OpenBSD: _types.h,v 1.15 2012/11/05 19:39:34 miod Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -142,7 +142,4 @@ typedef int __rune_t; typedef void * __wctrans_t; typedef void * __wctype_t; -/* Feature test macros */ -#define __HAVE_TIMECOUNTER - #endif /* _MACHINE__TYPES_H_ */ diff --git a/sys/arch/ia64/include/_types.h b/sys/arch/ia64/include/_types.h index c0ac6e5ec6a..9024774d731 100644 --- a/sys/arch/ia64/include/_types.h +++ b/sys/arch/ia64/include/_types.h @@ -1,4 +1,4 @@ -/* $OpenBSD: _types.h,v 1.3 2011/09/08 03:40:32 guenther Exp $ */ +/* $OpenBSD: _types.h,v 1.4 2012/11/05 19:39:34 miod Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -143,7 +143,4 @@ typedef int __rune_t; typedef void * __wctrans_t; typedef void * __wctype_t; -/* Feature test macros */ -#define __HAVE_TIMECOUNTER - #endif /* _MACHINE__TYPES_H_ */ diff --git a/sys/arch/luna88k/include/_types.h b/sys/arch/luna88k/include/_types.h index d7d45b463f4..196e5d6c031 100644 --- a/sys/arch/luna88k/include/_types.h +++ b/sys/arch/luna88k/include/_types.h @@ -1,7 +1,4 @@ -/* $OpenBSD: _types.h,v 1.4 2012/10/18 17:45:08 miod Exp $ */ +/* $OpenBSD: _types.h,v 1.5 2012/11/05 19:39:34 miod Exp $ */ /* public domain */ #include <m88k/_types.h> - -/* Feature test macros */ -#define __HAVE_TIMECOUNTER diff --git a/sys/arch/mips64/include/_types.h b/sys/arch/mips64/include/_types.h index 42107996609..3c657d9203e 100644 --- a/sys/arch/mips64/include/_types.h +++ b/sys/arch/mips64/include/_types.h @@ -1,4 +1,4 @@ -/* $OpenBSD: _types.h,v 1.11 2011/11/15 17:12:14 deraadt Exp $ */ +/* $OpenBSD: _types.h,v 1.12 2012/11/05 19:39:34 miod Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -160,7 +160,6 @@ typedef struct label_t { #define __SWAP_BROKEN /* Feature test macros */ -#define __HAVE_TIMECOUNTER #define __HAVE_EXEC_MD_MAP #endif /* _MIPS64__TYPES_H_ */ diff --git a/sys/arch/mvme68k/include/_types.h b/sys/arch/mvme68k/include/_types.h index b2e5bdb7c48..b68f0e855c1 100644 --- a/sys/arch/mvme68k/include/_types.h +++ b/sys/arch/mvme68k/include/_types.h @@ -1,7 +1,4 @@ -/* $OpenBSD: _types.h,v 1.4 2012/11/04 13:33:32 miod Exp $ */ +/* $OpenBSD: _types.h,v 1.5 2012/11/05 19:39:34 miod Exp $ */ /* public domain */ #include <m68k/_types.h> - -/* Feature test macros */ -#define __HAVE_TIMECOUNTER diff --git a/sys/arch/mvme88k/include/_types.h b/sys/arch/mvme88k/include/_types.h index d2e8f646f53..196e5d6c031 100644 --- a/sys/arch/mvme88k/include/_types.h +++ b/sys/arch/mvme88k/include/_types.h @@ -1,7 +1,4 @@ -/* $OpenBSD: _types.h,v 1.4 2009/03/09 19:51:18 miod Exp $ */ +/* $OpenBSD: _types.h,v 1.5 2012/11/05 19:39:34 miod Exp $ */ /* public domain */ #include <m88k/_types.h> - -/* Feature test macros */ -#define __HAVE_TIMECOUNTER 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 diff --git a/sys/arch/powerpc/include/_types.h b/sys/arch/powerpc/include/_types.h index 2aa265e491b..002b8e6e237 100644 --- a/sys/arch/powerpc/include/_types.h +++ b/sys/arch/powerpc/include/_types.h @@ -1,4 +1,4 @@ -/* $OpenBSD: _types.h,v 1.13 2011/11/15 17:12:14 deraadt Exp $ */ +/* $OpenBSD: _types.h,v 1.14 2012/11/05 19:39:34 miod Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -143,7 +143,4 @@ typedef int __rune_t; typedef void * __wctrans_t; typedef void * __wctype_t; -/* Feature test macros */ -#define __HAVE_TIMECOUNTER - #endif /* _POWERPC__TYPES_H_ */ diff --git a/sys/arch/sh/include/_types.h b/sys/arch/sh/include/_types.h index ce577a7e8f2..68b59f12cf2 100644 --- a/sys/arch/sh/include/_types.h +++ b/sys/arch/sh/include/_types.h @@ -1,4 +1,4 @@ -/* $OpenBSD: _types.h,v 1.11 2012/09/08 22:01:25 miod Exp $ */ +/* $OpenBSD: _types.h,v 1.12 2012/11/05 19:39:34 miod Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -143,7 +143,4 @@ typedef int __rune_t; typedef void * __wctrans_t; typedef void * __wctype_t; -/* Feature test macros */ -#define __HAVE_TIMECOUNTER - #endif /* _SH__TYPES_H_ */ diff --git a/sys/arch/sparc/include/_types.h b/sys/arch/sparc/include/_types.h index 71ae9ae0623..fe82e73f8a3 100644 --- a/sys/arch/sparc/include/_types.h +++ b/sys/arch/sparc/include/_types.h @@ -1,4 +1,4 @@ -/* $OpenBSD: _types.h,v 1.18 2012/11/05 13:20:16 miod Exp $ */ +/* $OpenBSD: _types.h,v 1.19 2012/11/05 19:39:34 miod Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -143,7 +143,4 @@ typedef int __rune_t; typedef void * __wctrans_t; typedef void * __wctype_t; -/* Feature test macros */ -#define __HAVE_TIMECOUNTER - #endif /* _MACHINE__TYPES_H_ */ diff --git a/sys/arch/sparc64/include/_types.h b/sys/arch/sparc64/include/_types.h index 332bf6bd4bf..c9a51819050 100644 --- a/sys/arch/sparc64/include/_types.h +++ b/sys/arch/sparc64/include/_types.h @@ -1,4 +1,4 @@ -/* $OpenBSD: _types.h,v 1.14 2011/09/27 20:44:50 miod Exp $ */ +/* $OpenBSD: _types.h,v 1.15 2012/11/05 19:39:34 miod Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -142,7 +142,4 @@ typedef int __rune_t; typedef void * __wctrans_t; typedef void * __wctype_t; -/* Feature test macros */ -#define __HAVE_TIMECOUNTER - #endif /* _MACHINE__TYPES_H_ */ diff --git a/sys/arch/vax/include/_types.h b/sys/arch/vax/include/_types.h index 51e03bb7961..09b99aa2473 100644 --- a/sys/arch/vax/include/_types.h +++ b/sys/arch/vax/include/_types.h @@ -1,4 +1,4 @@ -/* $OpenBSD: _types.h,v 1.14 2011/11/15 17:12:14 deraadt Exp $ */ +/* $OpenBSD: _types.h,v 1.15 2012/11/05 19:39:34 miod Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -142,7 +142,4 @@ typedef int __rune_t; typedef void * __wctrans_t; typedef void * __wctype_t; -/* Feature test macros */ -#define __HAVE_TIMECOUNTER - #endif /* _MACHINE__TYPES_H_ */ diff --git a/sys/arch/zaurus/include/_types.h b/sys/arch/zaurus/include/_types.h index 7d1985392fb..62c4840fe0b 100644 --- a/sys/arch/zaurus/include/_types.h +++ b/sys/arch/zaurus/include/_types.h @@ -1,11 +1,8 @@ -/* $OpenBSD: _types.h,v 1.6 2011/03/23 16:54:37 pirofti Exp $ */ +/* $OpenBSD: _types.h,v 1.7 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 |