diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2005-05-27 21:29:01 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2005-05-27 21:29:01 +0000 |
commit | fa7d3c47fe809ea9cba8df17fa60dddaace54b58 (patch) | |
tree | a27643e30a717ccb906c0e34798e3bae45574e41 /sys/arch/zaurus | |
parent | 951d05ae090740733d215d0d9fd829660a545637 (diff) |
Kill __HAVE_NWSCONS harder.
Diffstat (limited to 'sys/arch/zaurus')
-rw-r--r-- | sys/arch/zaurus/include/types.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/zaurus/include/types.h b/sys/arch/zaurus/include/types.h index 70d96cbd4a3..8fd22d60ace 100644 --- a/sys/arch/zaurus/include/types.h +++ b/sys/arch/zaurus/include/types.h @@ -1,4 +1,4 @@ -/* $OpenBSD: types.h,v 1.1 2004/12/31 00:04:35 drahn Exp $ */ +/* $OpenBSD: types.h,v 1.2 2005/05/27 21:29:00 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 |