diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-04-18 19:22:24 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-04-18 19:22:24 +0000 |
commit | 88c1a45c7766cdc0921e9b16235fd3f48bcb81ac (patch) | |
tree | b760019e8b5055218e7d290b64bc0308b182efc7 /sys/arch/i386/include/param.h | |
parent | b66a90f056a003d62a99e7d226a0dc078f155cd7 (diff) |
Merge of NetBSD 960317
Diffstat (limited to 'sys/arch/i386/include/param.h')
-rw-r--r-- | sys/arch/i386/include/param.h | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/sys/arch/i386/include/param.h b/sys/arch/i386/include/param.h index a18a047cb29..7fdea524187 100644 --- a/sys/arch/i386/include/param.h +++ b/sys/arch/i386/include/param.h @@ -1,4 +1,5 @@ -/* $NetBSD: param.h,v 1.27 1996/02/01 22:30:47 mycroft Exp $ */ +/* $OpenBSD: param.h,v 1.3 1996/04/18 19:21:38 niklas Exp $ */ +/* $NetBSD: param.h,v 1.29 1996/03/04 05:04:26 cgd Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. @@ -50,9 +51,11 @@ #endif #endif -#define MACHINE "i386" -#define MACHINE_ARCH "i386" -#define MID_MACHINE MID_I386 +#define _MACHINE i386 +#define MACHINE "i386" +#define _MACHINE_ARCH i386 +#define MACHINE_ARCH "i386" +#define MID_MACHINE MID_I386 /* * Round p (pointer or byte index) up to a correctly-aligned value |