From 60e3efc1391556b84e6fcf2ca791ebbce7d052f0 Mon Sep 17 00:00:00 2001 From: jmallett Date: Sat, 5 Oct 2002 02:56:49 +0000 Subject: [PATCH] Define _MACHINE. --- sys/powerpc/include/param.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/powerpc/include/param.h b/sys/powerpc/include/param.h index a0ae3db35d57..7a16fe71b836 100644 --- a/sys/powerpc/include/param.h +++ b/sys/powerpc/include/param.h @@ -57,7 +57,7 @@ #endif #ifndef _MACHINE -#define _MACHIN "powerpc" +#define _MACHINE "powerpc" #endif #ifndef _MACHINE_ARCH #define _MACHINE_ARCH "powerpc"