diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2007-05-16 05:21:01 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2007-05-16 05:21:01 +0000 |
commit | 005ccd0720a7d1b6438283016cda0e80dcd12fbf (patch) | |
tree | 2792a6a7ae0dbfe47a56382d17877bf6f79c7761 | |
parent | d0d00b82ac339b0d72ddf272b34d8f9d66dc0e46 (diff) |
Oops, forgot this file in the cpuinfo changes.
-rw-r--r-- | sys/arch/vax/include/_types.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/vax/include/_types.h b/sys/arch/vax/include/_types.h index 80170e20cd2..d034229480d 100644 --- a/sys/arch/vax/include/_types.h +++ b/sys/arch/vax/include/_types.h @@ -1,4 +1,4 @@ -/* $OpenBSD: _types.h,v 1.5 2007/05/15 15:23:36 art Exp $ */ +/* $OpenBSD: _types.h,v 1.6 2007/05/16 05:21:00 miod Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -115,5 +115,6 @@ typedef void * __wctrans_t; typedef void * __wctype_t; /* Feature test macros */ +#define __HAVE_CPUINFO #endif /* _MACHINE__TYPES_H_ */ |