9vx: add missing declaration - vx32 - Local 9vx git repository for patches.
 (HTM) git clone git://r-36.net/vx32
 (DIR) Log
 (DIR) Files
 (DIR) Refs
       ---
 (DIR) commit a783f32d2427edceeab9c92fe7fa7f4d668d3c14
 (DIR) parent 0687238f4aa7b3150cc097cb757f16e762f4cfc6
 (HTM) Author: Russ Cox <rsc@swtch.com>
       Date:   Fri,  4 Jul 2008 03:01:01 -0400
       
       9vx: add missing declaration
       
       Diffstat:
         M src/9vx/main.c                      |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
 (DIR) 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);