mfrw / compcache

Automatically exported from code.google.com/p/compcache
0 stars 0 forks source link

Won't build on 2.6.35 due to missing header #73

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Build on ubuntu kernel 2.6.35-20-generic (Maverick Meerkat)

What version of the product are you using? On what operating system?
Ubuntu Maverick Meerkat kernel 2.6.35-20-generic, compcache 0.6.2

Please provide any additional information below.
Compile error:
ramzswap_drv.c:1042: error: implicit declaration of function ‘kfree‘

To resolve, add #include <linux/slab.h> to ramzwap_drv.c

Original issue reported on code.google.com by avishai....@gmail.com on 11 Sep 2010 at 9:26

GoogleCodeExporter commented 9 years ago
http://code.google.com/p/compcache/source/detail?r=083f9fd966da56e155240b35e5f37
869053048c6

Original comment by nitingupta910@gmail.com on 12 Sep 2010 at 4:04