From 50a2a80b43cbb008563833dc2770aa8df7bc2764 Mon Sep 17 00:00:00 2001 From: David du Colombier <0intro@gmail.com> Date: Sun, 2 Feb 1997 00:00:00 +0000 Subject: [PATCH] Plan 9 from Bell Labs 1997-02-02 --- 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 5ed07b28d6b6d7c7f85bd18c709eb65a3afba10c..d046b50f120d8f0da22560437299377c505a7f77 100644 --- a/carrera/main.c +++ b/carrera/main.c @@ -333,7 +333,7 @@ init0(void) chandevinit(); if(!waserror()){ - ksetenv("cputype", "mips2"); + ksetenv("cputype", "mips"); sprint(buf, "carrera %s R4400PC", conffile); ksetenv("terminal", buf); ksetenv("sysname", sysname); diff --git a/port/devmouse.c b/port/devmouse.c index 8f6287888636544bfaef1e02b6c5d31956e9156b..35c5bcd8f120d4ab5f8c507757658ae7d28ce9b0 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"