diff options
author | Dale S. Rahn <rahnds@cvs.openbsd.org> | 1997-02-18 15:54:28 +0000 |
---|---|---|
committer | Dale S. Rahn <rahnds@cvs.openbsd.org> | 1997-02-18 15:54:28 +0000 |
commit | 7866c652fa364a87c32860a4aeea4ebba0a87131 (patch) | |
tree | 2b2ff9565c371d412e6b124ecbbd702ad6ad5a76 /sys/arch/powerpc/include/param.h | |
parent | 186d413f4b7de9a959a5b052ac00c2fab9e948b8 (diff) |
Ok, these are more stragglers in my source tree. These changes were necessary
to clean up the interdependancies caused by the siginfo changes.
Diffstat (limited to 'sys/arch/powerpc/include/param.h')
-rw-r--r-- | sys/arch/powerpc/include/param.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/powerpc/include/param.h b/sys/arch/powerpc/include/param.h index 03a73522c2a..53d5ddc4f9d 100644 --- a/sys/arch/powerpc/include/param.h +++ b/sys/arch/powerpc/include/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.2 1996/12/28 06:25:17 rahnds Exp $ */ +/* $OpenBSD: param.h,v 1.3 1997/02/18 15:54:26 rahnds Exp $ */ /* $NetBSD: param.h,v 1.1 1996/09/30 16:34:28 ws Exp $ */ /*- @@ -43,7 +43,7 @@ */ #define MACHINE "powerpc" #define MACHINE_ARCH "powerpc" -#define MID_MACHINE MID_POWERPC +#define MID_MACHINE MID_ZERO #define ALIGNBYTES (sizeof(double) - 1) #define ALIGN(p) (((u_int)(p) + ALIGNBYTES) & ~ALIGNBYTES) |