Plan 9 from Bell Labs 1992-03-27
1 files changed, 1 insertions(+), 1 deletions(-) M boot/boot.c
M boot/boot.c => boot/boot.c +1 -1
@@ 116,7 116,7 @@ main(int argc, char *argv[]) if(fd < 0) break; if(mount(fd, "/n/kfs", MAFTER|MCREATE, "", "") < 0) - fatal("mount"); + print("failed to mount kfs\n"); close(fd); break; }