search for: 557a4a0a5eac

Displaying 1 result from an estimated 1 matches for "557a4a0a5eac".

2008 Jun 02
4
[Patch] fix compilation
...ory `/root/unstable/xen-unstable.hg'' make[1]: *** [linux-2.6-xen-install] Error 2 make[1]: Leaving directory `/root/unstable/xen-unstable.hg'' make: *** [install-kernels] Error 1 Signed-off-by: Akio Takebe <takebe_akio@jp.fujitsu.com> Best Regards, Akio Takebe --- diff -r 557a4a0a5eac scripts/mod/sumversion.c --- a/scripts/mod/sumversion.c Fri May 30 19:08:50 2008 +0100 +++ b/scripts/mod/sumversion.c Mon Jun 02 19:47:43 2008 +0900 @@ -8,6 +8,7 @@ #include <errno.h> #include <string.h> #include "modpost.h" +#include <linux/limits.h> /* * Stolen...