~kris/9p

9hist

17d89c4d6b3f939fddcf2fd94f1e4888fdca4614 — David du Colombier 23 years ago f009ba7
Plan 9 from Bell Labs 2003-01-08
2 files changed, 0 insertions(+), 4 deletions(-)

M port/dev.c
M port/sysproc.c
M port/dev.c => port/dev.c +0 -1
@@ 82,7 82,6 @@ devdir(Chan *c, Qid qid, char *n, vlong length, char *user, long perm, Dir *db)
/*
 * the zeroth element of the table MUST be the directory itself for ..
*/
int devdebug;
int
devgen(Chan *c, char*, Dirtab *tab, int ntab, int i, Dir *dp)
{

M port/sysproc.c => port/sysproc.c +0 -3
@@ 16,9 16,6 @@ sysr1(ulong *arg)
{
	long a;

extern int devdebug;
devdebug = !devdebug;

	a = *arg;
	if(a > 0)
		return incref(&sysr1ref);