~kris/9p

9hist

441c4ce7c297d99fc92b47e9a4501fc1ae5520aa — David du Colombier 30 years ago ce33b79
Plan 9 from Bell Labs 1995-11-22
1 files changed, 3 insertions(+), 2 deletions(-)

M boot/boot.c
M boot/boot.c => boot/boot.c +3 -2
@@ 58,6 58,7 @@ boot(int argc, char *argv[])
	open("#c/cons", OWRITE);
	open("#c/cons", OWRITE);
	bind("#c", "/dev", MAFTER);
	bind("#e", "/env", MREPL|MCREATE);

#ifdef DEBUG
	print("argc=%d\n", argc);


@@ 187,7 188,7 @@ findmethod(char *a)
/*
 *  ask user from whence cometh the root file system
 */
Method*
static Method*
rootserver(char *arg)
{
	char prompt[256];


@@ 346,7 347,7 @@ fail:
	exits(0);
}

void
static void
recover(Method *mp)
{
	int fd, n;