diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2007-05-16 17:27:32 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2007-05-16 17:27:32 +0000 |
commit | a5055ebb8629500104a3b1d3dc614f04db4f363e (patch) | |
tree | e7ea33d78c280d57703780e4a90cb563f4d674b4 /sys/arch/vax | |
parent | 12c89e80fa52a6fdd0b959dbe94d18e61053d63e (diff) |
The world of __HAVEs and __HAVE_NOTs is reducing. All architectures
have cpu_info now, so kill the option.
eyeballed by jsg@ and grange@
Diffstat (limited to 'sys/arch/vax')
-rw-r--r-- | sys/arch/vax/include/_types.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/vax/include/_types.h b/sys/arch/vax/include/_types.h index d034229480d..88f19e3b5be 100644 --- a/sys/arch/vax/include/_types.h +++ b/sys/arch/vax/include/_types.h @@ -1,4 +1,4 @@ -/* $OpenBSD: _types.h,v 1.6 2007/05/16 05:21:00 miod Exp $ */ +/* $OpenBSD: _types.h,v 1.7 2007/05/16 17:27:30 art Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -114,7 +114,4 @@ typedef int __rune_t; typedef void * __wctrans_t; typedef void * __wctype_t; -/* Feature test macros */ -#define __HAVE_CPUINFO - #endif /* _MACHINE__TYPES_H_ */ |