~kris/9p

9hist

ece211223df3a50c4d62ecd3a58ddfc95e820c79 — David du Colombier 32 years ago 9c118ce
Plan 9 from Bell Labs 1994-08-29
2 files changed, 3 insertions(+), 2 deletions(-)

M boot/boot.c
M pc/fns.h
M boot/boot.c => boot/boot.c +2 -2
@@ 314,7 314,7 @@ reattach(int rec, Method *amp, char *buf)
	close(fd);
	tmp[n-1] = '\0';

	print("boot: Service %s down, wait...\n", tmp);
	print("boot: Service %s!%s down, wait...\n", buf, tmp);

	p = strrchr(buf, '/');
	if(p == 0)


@@ 327,7 327,7 @@ reattach(int rec, Method *amp, char *buf)
	nop(sv[1]);
	doauthenticate(sv[1], amp);

	print("boot: Service %s Ok\n", tmp);
	print("\nboot: Service %s Ok\n", tmp);

	n = sprint(tmp, "%d %s", sv[1], mp);
	if(write(rec, tmp, n) < 0) {

M pc/fns.h => pc/fns.h +1 -0
@@ 113,6 113,7 @@ void	filiput(Block*);
void	fiberint(Ureg*, void*);
ulong	fwblock(ulong, void*, ulong);
ulong	frblock(ulong, void*, ulong);
void	freset(void*);
void	ifree(void*);
void	ifflush(void*);
Block*	iallocb(int);