Date: Wed, 9 Jun 2004 12:40:53 GMT From: Juli Mallett <jmallett@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 54487 for review Message-ID: <200406091240.i59CerdI008267@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=54487 Change 54487 by jmallett@jmallett_oingo on 2004/06/09 12:40:11 Make build without IP22. Affected files ... .. //depot/projects/mips/sys/mips/sgimips/machdep_sgimips.c#31 edit Differences ... ==== //depot/projects/mips/sys/mips/sgimips/machdep_sgimips.c#31 (text+ko) ==== @@ -56,7 +56,9 @@ void (*init)(void); int type; } machines[] = { +#ifdef IP22 { "SGI-IP22", ip22_init, MACH_SGI_IP22 }, +#endif { NULL, NULL, 0 } };
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406091240.i59CerdI008267>