diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2004-11-02 21:21:01 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2004-11-02 21:21:01 +0000 |
commit | 3433b53ca82bfb8f195c38e10231a7b9f79dcb1d (patch) | |
tree | dc8538c399520f57a987d66ac8441217ee1aa66c /sys/arch/cats | |
parent | 821760dcdd9e6dbddf38ea1c241ef0106ccde643 (diff) |
Remove __HAVE_NWSCONS and related remnants of pre-wscons days; no functional
change.
Diffstat (limited to 'sys/arch/cats')
-rw-r--r-- | sys/arch/cats/include/types.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/cats/include/types.h b/sys/arch/cats/include/types.h index 9cdf2dcd79a..0ae94f64884 100644 --- a/sys/arch/cats/include/types.h +++ b/sys/arch/cats/include/types.h @@ -1,4 +1,4 @@ -/* $OpenBSD: types.h,v 1.2 2004/02/11 14:40:54 miod Exp $ */ +/* $OpenBSD: types.h,v 1.3 2004/11/02 21:20:59 miod Exp $ */ /* $NetBSD: types.h,v 1.4 2002/02/28 03:17:26 simonb Exp $ */ #ifndef _ARM32_TYPES_H_ @@ -6,6 +6,5 @@ #include <arm/types.h> #define __HAVE_GENERIC_SOFT_INTERRUPTS -#define __HAVE_NWSCONS #endif |