Displaying 1 result from an estimated 1 matches for "get_src_version".
Did you mean:
get_r_version
2008 Jun 02
4
[Patch] fix compilation
Hi,
I got the following compilation error.
This patch fix the error, I think it is needed for xen-testing tree.
/root/unstable/linux-2.6.18-xen.hg/scripts/mod/sumversion.c: In function
''get_src_version'':
/root/unstable/linux-2.6.18-xen.hg/scripts/mod/sumversion.c:384: error:
''PATH_MAX'' undeclared (first use in this function)
/root/unstable/linux-2.6.18-xen.hg/scripts/mod/sumversion.c:384: error:
(Each undeclared identifier is reported only once
/root/unstable/linux-2....