From 4cac0ffb5fa2353dd539a0477f1b94fcca52ce00 Mon Sep 17 00:00:00 2001 From: forsyth Date: Sat, 19 Dec 2009 13:26:49 +0000 Subject: 20091219-1326 --- CHANGES | 2 ++ include/version.h | 2 +- utils/mk/Nt.c | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index a50e7c0b..86c758fc 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,5 @@ +20091219 + change default roots in Nt utils to c:\inferno 20091215 factotum(2) updated to include keyspec in signature appl/cmd/mount.b uses -k value as keyspec if -9 selected [not to much purpose with current factotum's p9any] diff --git a/include/version.h b/include/version.h index 5c62a52c..f78f33f8 100644 --- a/include/version.h +++ b/include/version.h @@ -1 +1 @@ -#define VERSION "Fourth Edition (20091215)" +#define VERSION "Fourth Edition (20091218)" diff --git a/utils/mk/Nt.c b/utils/mk/Nt.c index 002807bb..18454d53 100644 --- a/utils/mk/Nt.c +++ b/utils/mk/Nt.c @@ -11,7 +11,7 @@ enum { Nchild = 100, }; -char *rootdir = "c:\\users\\inferno"; +char *rootdir = "c:\\inferno"; char *shell = "Nt\\386\\bin\\rcsh.exe"; /* Path relative to root */ typedef struct Child Child; -- cgit v1.2.3