[Click] proclikefs compile...hack fix

Bob Keyes bob at sinister.com
Wed Oct 12 12:02:24 EDT 2005


I have done an ugly hack to make this compile, and modified
linuxmodule/proclikefs.c to include <linux/version.h> in the very start.
This may push the problem to the background, but doesn't kill it. I'll try
to find out what is really going on.

This is the contents of linux/version.h:

#define UTS_RELEASE "2.6.13.2"
#define LINUX_VERSION_CODE 132621
#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))






More information about the click mailing list