diff options
| author | forsyth <forsyth@vitanuova.com> | 2009-12-19 13:26:49 +0000 |
|---|---|---|
| committer | forsyth <forsyth@vitanuova.com> | 2009-12-19 13:26:49 +0000 |
| commit | 4cac0ffb5fa2353dd539a0477f1b94fcca52ce00 (patch) | |
| tree | 1eae24fd0c4b5e0ee79c9ce9e64b528bd41b3e65 | |
| parent | 2493b5a079897c5a607ea8ea381e4346dee8cb84 (diff) | |
20091219-1326
| -rw-r--r-- | CHANGES | 2 | ||||
| -rw-r--r-- | include/version.h | 2 | ||||
| -rw-r--r-- | utils/mk/Nt.c | 2 |
3 files changed, 4 insertions, 2 deletions
@@ -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; |
