vx32

Local 9vx git repository for patches.
git clone git://r-36.net/vx32
Log | Files | Refs

commit a783f32d2427edceeab9c92fe7fa7f4d668d3c14
parent 0687238f4aa7b3150cc097cb757f16e762f4cfc6
Author: Russ Cox <rsc@swtch.com>
Date:   Fri,  4 Jul 2008 03:01:01 -0400

9vx: add missing declaration

Diffstat:
Msrc/9vx/main.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/9vx/main.c b/src/9vx/main.c @@ -49,6 +49,7 @@ static Mach mach0; extern char* localroot; extern int tracemmu; extern int tracekdev; +extern int nuspace; static int singlethread; static void bootinit(void);