~kris/9p

9hist

0a78d3dfd94c7492c399fb108fdebf29dbf80669 — David du Colombier 29 years ago 8e94406
Plan 9 from Bell Labs 1997-02-01
2 files changed, 2 insertions(+), 2 deletions(-)

M carrera/main.c
M port/devmouse.c
M carrera/main.c => carrera/main.c +1 -1
@@ 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);

M port/devmouse.c => port/devmouse.c +1 -1
@@ 1,6 1,6 @@
#include	"u.h"
#include	"../port/lib.h"
#include	<libg.h>
#include	<libgb.h>
#include	"mem.h"
#include	"dat.h"
#include	"fns.h"