~kris/9p

9hist

20378b2e56fdc9dda74e2540b9a26d5153eb6e56 — David du Colombier 25 years ago 0dc57f6
Plan 9 from Bell Labs 2001-06-07
1 files changed, 1 insertions(+), 1 deletions(-)

M boot/boot.c
M boot/boot.c => boot/boot.c +1 -1
@@ 104,7 104,7 @@ boot(int argc, char *argv[])
	n = fversion(fd, 0, buf, sizeof buf);
	if(n < 0)
		fatal("can't init 9P");
	print("(%.*s)", n, buf);
	print("(%.*s)...", n, buf);
	if(!islocal && !ishybrid){
		if(cfs)
			fd = (*cfs)(fd);