diff vmalloc.c @ 222:c88ce1db91ef

Compiles, but does not run properly -- and changed MasterLoop to SchedulingMaster
author Some Random Person <seanhalle@yahoo.com>
date Tue, 13 Mar 2012 10:02:06 -0700
parents a18539c0bc37
children
line diff
     1.1 --- a/vmalloc.c	Mon Mar 12 05:38:07 2012 -0700
     1.2 +++ b/vmalloc.c	Tue Mar 13 10:02:06 2012 -0700
     1.3 @@ -15,7 +15,7 @@
     1.4  #include <math.h>
     1.5  
     1.6  #include "VMS.h"
     1.7 -#include "C_Libraries/Histogram/Histogram.h"
     1.8 +#include "Histogram/Histogram.h"
     1.9  
    1.10  #define MAX_UINT64 0xFFFFFFFFFFFFFFFF
    1.11