~kris/9p

9hist

b9155357d6933b48719b5300d16c647c29255df3 — David du Colombier 35 years ago 6a2c2bc
Plan 9 from Bell Labs 1990-12-20
2 files changed, 4 insertions(+), 2 deletions(-)

M port/devmnt.c
M port/proc.c
M port/devmnt.c => port/devmnt.c +2 -1
@@ 874,7 874,8 @@ mntxmit(Mnt *m, Mnthdr *mh)
	poperror();		/* 1 */
}

mntdump()
void
mntdump(void)
{
	int i;
	MntQ *q;

M port/proc.c => port/proc.c +2 -1
@@ 535,7 535,8 @@ proctab(int i)
}

#include <ureg.h>
DEBUG()
void
DEBUG(void)
{
	int i;
	Proc *p;