From 0a78d3dfd94c7492c399fb108fdebf29dbf80669 Mon Sep 17 00:00:00 2001 From: David du Colombier <0intro@gmail.com> Date: Sat, 1 Feb 1997 00:00:00 +0000 Subject: [PATCH] Plan 9 from Bell Labs 1997-02-01 --- carrera/main.c | 2 +- port/devmouse.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/carrera/main.c b/carrera/main.c index d046b50f120d8f0da22560437299377c505a7f77..5ed07b28d6b6d7c7f85bd18c709eb65a3afba10c 100644 --- a/carrera/main.c +++ b/carrera/main.c @@ -333,7 +333,7 @@ init0(void) chandevinit(); if(!waserror()){ - ksetenv("cputype", "mips"); + ksetenv("cputype", "mips2"); sprint(buf, "carrera %s R4400PC", conffile); ksetenv("terminal", buf); ksetenv("sysname", sysname); diff --git a/port/devmouse.c b/port/devmouse.c index 35c5bcd8f120d4ab5f8c507757658ae7d28ce9b0..8f6287888636544bfaef1e02b6c5d31956e9156b 100644 --- a/port/devmouse.c +++ b/port/devmouse.c @@ -1,6 +1,6 @@ #include "u.h" #include "../port/lib.h" -#include +#include #include "mem.h" #include "dat.h" #include "fns.h"