~kris/9p

9hist

5f9474fac5088431663a3fe316e85230b9b2cacf — David du Colombier 35 years ago fec5850
Plan 9 from Bell Labs 1990-10-06
2 files changed, 2 insertions(+), 1 deletions(-)

M gnot/chan.c
M gnot/main.c
M gnot/chan.c => gnot/chan.c +1 -1
@@ 479,7 479,7 @@ namec(char *name, int amode, int omode, ulong perm)
		name = skipslash(name);
	}else if(name[0] == '#'){
		mntok = 0;
		if(name[1]=='|' || name[1]=='M')
		if(name[1]=='M')
			error(0, Enonexist);
		t = devno(name[1], 1);
		if(t == -1)

M gnot/main.c => gnot/main.c +1 -0
@@ 325,4 325,5 @@ confinit(void)
	conf.nfont = 10*mul;
	conf.nurp = 32;
	conf.nasync = 1;
	conf.npipe = conf.nstream/2;
}