wok annotate compcache/stuff/compcache-0.6.2-linux-2.6.34.u @ rev 6643
Added patchs to octave. I hope it fixes it since it takes forever to compile on my dual core pc to know of sure if it does.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun Oct 10 16:54:39 2010 +0000 (2010-10-10) |
parents | |
children |
rev | line source |
---|---|
erjo@5893 | 1 --- compcache-0.6.2-ori/ramzswap_drv.c |
erjo@5893 | 2 +++ compcache-0.6.2/ramzswap_drv.c |
erjo@5893 | 3 @@ -29,6 +29,7 @@ |
erjo@5893 | 4 #include <linux/swapops.h> |
erjo@5893 | 5 #include <linux/vmalloc.h> |
erjo@5893 | 6 #include <linux/version.h> |
erjo@5893 | 7 +#include <linux/slab.h> |
erjo@5893 | 8 |
erjo@5893 | 9 #include "compat.h" |
erjo@5893 | 10 #include "ramzswap_drv.h" |