~kris/9p

9hist

f009ba729327af56fd8e54ded89e22a525e0ee25 — David du Colombier 23 years ago e4245c9
Plan 9 from Bell Labs 2003-01-02
1 files changed, 1 insertions(+), 0 deletions(-)

M pc/main.c
M pc/main.c => pc/main.c +1 -0
@@ 684,6 684,7 @@ isaconfig(char *class, int ctlrno, ISAConf *isa)
	if(p == nil)
		return 0;

	isa->type = "";
	isa->nopt = tokenize(p, isa->opt, NISAOPT);
	for(i = 0; i < isa->nopt; i++){
		p = isa->opt[i];