--- kernel/bsd/ppc/param.h 2018/04/24 18:26:01 1.1.1.1 +++ kernel/bsd/ppc/param.h 2018/04/24 18:26:47 1.1.1.2 @@ -74,7 +74,7 @@ #define MCLSHIFT 11 #define MCLOFSET (MCLBYTES - 1) #ifndef NMBCLUSTERS -#ifdef GATEWAY +#if GATEWAY #define NMBCLUSTERS ((1024 * 1024) / MCLBYTES) /* cl map size: 1MB */ #else #define NMBCLUSTERS ((1024 * 1024) / MCLBYTES)