~kris/9p

9hist

05cf241f8b79a38b3985a98afac4a359cbba85b2 — David du Colombier 30 years ago 3d6665b
Plan 9 from Bell Labs 1995-11-14
1 files changed, 2 insertions(+), 0 deletions(-)

M port/devroot.c
M port/devroot.c => port/devroot.c +2 -0
@@ 13,6 13,7 @@ enum{
	Qenv,
	Qproc,
	Qnet,
	Qnetalt,
	Qrecover,
	Qboot,		/* readable files */



@@ 28,6 29,7 @@ Dirtab rootdir[Nfiles]={
	"env",		{Qenv|CHDIR},	0,	0777,
	"proc",		{Qproc|CHDIR},	0,	0777,
	"net",		{Qnet|CHDIR},	0,	0777,
	"net.alt",	{Qnetalt|CHDIR},	0,	0777,
	"recover",	{Qrecover},	0,	0777,
};