~kris/9p

9hist

50a2a80b43cbb008563833dc2770aa8df7bc2764 — David du Colombier 29 years ago 0a78d3d
Plan 9 from Bell Labs 1997-02-02
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", "mips2");
		ksetenv("cputype", "mips");
		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	<libgb.h>
#include	<libg.h>
#include	"mem.h"
#include	"dat.h"
#include	"fns.h"