Add // to acid thread line so it is executable. Remove p9fork.
diff --git a/acid/thread b/acid/thread index 54b2c07..ba566b7 100644 --- a/acid/thread +++ b/acid/thread
@@ -116,7 +116,7 @@ local A, yes, i, P, s; P = (Proc)T.proc; - s = "t=(Thread)"+itoa(T, "%-10x")+" "; + s = "t=(Thread)"+itoa(T, "%-10x")+" // "; if T.state == Running then s = s + "Running ";
diff --git a/include/libc.h b/include/libc.h index da9f9dc..c4c40e4 100644 --- a/include/libc.h +++ b/include/libc.h
@@ -655,8 +655,6 @@ /* RFNOMNT = (1<<14) */ }; -extern int ffork(int, void(*)(void*), void*); - typedef struct Qid { @@ -714,7 +712,7 @@ extern int errstr(char*, uint); extern int p9exec(char*, char*[]); /* extern int execl(char*, ...); <unistd.h> */ -extern int p9fork(void); +/* extern int p9fork(void); */ extern int p9rfork(int); /* not implemented extern int fauth(int, char*); @@ -770,7 +768,7 @@ #define sleep p9sleep #define wait p9wait #define waitpid p9waitpid -#define fork p9fork +/* #define fork p9fork */ #define rfork p9rfork /* #define access p9access */ #define create p9create